You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The segmenter returns mandatory breaks (as defined by definition LD7 of Unicode Standard Annex #14, Unicode Line Breaking Algorithm) as well as line break opportunities (definition LD3).
Is this an oversight or is the returned breakpoint to be expected?
For the following example the
LineSegmenter
returns breakpoints which are classified asLineBreak::CombiningMark
byicu_properties
.Produces this output:
The docs say:
Is this an oversight or is the returned breakpoint to be expected?
Relevant issue typst/typst#5489
The text was updated successfully, but these errors were encountered: