-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I want to segment runs based on direction change, script change and hard line breaks. But I have a problem when it comes to the segmentation of line breaks. The reported break.Position points to the character after the characters that caused the line break. For example, the string A\r\nB will report the first hard line break at index 3, which is the 'B', but I want the segmentation to only include 'A' in this case. How should one know where the hard line break started?
This may be my lack of understanding how this works. Really appreciate the work on this library!
Metadata
Metadata
Assignees
Labels
No labels