Line_Break changes from UTC-188 - #1500
Merged
Merged
Conversation
…st.txt and derived files, add test cases for Chinese usage of U+00B7. For Unicode Version 18.0. See L2/26-154 item 7.1.
…xt and derived files, change the Line_Break assignments of U+00B7 · MIDDLE DOT from Ambiguous (AI) to Infix_Numeric (IS) and U+0387 · GREEK ANO TELEIA from Alphabetic (AL) to Infix_Numeric (IS). For Unicode Version 18.0. See L2/26-154 item 7.1.
…e the Line_Break assignment of code points U+1F7DB and U+1F7F1..U+1F7FF from Ideographic (ID) to Alphabetic (AL). For Unicode 18.0. See L2/26-154 item 7.2.
markusicu
approved these changes
Aug 7, 2026
Comment on lines
1364
to
1367
| /* | ||
| * 0387 ( · ) GREEK ANO TELEIA FE13 ( ︓ ) PRESENTATION FORM FOR | ||
| * VERTICAL COLON FE55 ( ﹕ ) SMALL COLON FF1A ( : ) FULLWIDTH COLON | ||
| */ |
Member
There was a problem hiding this comment.
FYI: Both old & new -- this comment seems to have little relation to the following code, and doesn't say much of anything useful... but no regression here.
| \x{1F7FD} \N{LOWER LEFT FLATTENED RIGHT TRIANGLE} | ||
| \x{1F7FE} \N{LOWER RIGHT FLATTENED RIGHT TRIANGLE} | ||
| \x{1F7FF} \N{RHOMBUS}] AreAlike | ||
| Propertywise [\N{25B1:▱:WHITE PARALLELOGRAM} |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[188-A41] Action Item for Robin Leroy, PAG: In UCD file LineBreak.txt and derived files, change the Line_Break assignments of U+00B7 · MIDDLE DOT from Ambiguous (AI) to Infix_Numeric (IS) and U+0387 · GREEK ANO TELEIA from Alphabetic (AL) to Infix_Numeric (IS). For Unicode Version 18.0. See L2/26-154 item 7.1.
[188-A42] Action Item for Robin Leroy, PAG: In UCD file LineBreakTest.txt and derived files, add test cases for Chinese usage of U+00B7. For Unicode Version 18.0. See L2/26-154 item 7.1.
Interestingly we had one already, test case 283 here https://www.unicode.org/Public/17.0.0/ucd/auxiliary/LineBreakTest.html#s283 (added for quotation marks), added for quotation marks:
I added the example from zh segmenter: Interpuncts should not start a line icu4x#7500 for good measure, and some non-Chinese usages of U+00B7 and its canonical equivalent.
[188-A43] Action Item for Robin Leroy, PAG: In LineBreak.txt, change the Line_Break assignment of code points U+1F7DB and U+1F7F1..U+1F7FF from Ideographic (ID) to Alphabetic (AL). For Unicode 18.0. See L2/26-154 item 7.2.