forked from unicode-org/icu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ICU-22039 Line Break on Orthographic Syllable Boundaries
This is an experimental implementation of the line breaking rules proposed in the Unicode document L2/22-080R. It is not suitable for merging into ICU main. Limitations: - ICU4C only. - Root locale only (not implemented for the various LB tailorings). - New Line Break properties implemented with hard-coded UnicodeSets. (unmaintainable) - RBBIMonkeyTest not updated. (There are two ICU monkey tests; the other is updated.)
- Loading branch information
Showing
3 changed files
with
105 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters