diff options
Diffstat (limited to 'unicode/mkgraphemebreak.pl')
| -rw-r--r-- | unicode/mkgraphemebreak.pl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/unicode/mkgraphemebreak.pl b/unicode/mkgraphemebreak.pl index f72ec28..f8d5894 100644 --- a/unicode/mkgraphemebreak.pl +++ b/unicode/mkgraphemebreak.pl @@ -2,19 +2,6 @@ # # Compile GraphemeBreakProperty.txt into C array declarations. # -# The array's structure is [firstchar, lastchar, class], giving the -# linebreaking "class" for unicode character range firstchar-lastchar. -# -# The ranges are sorted in numerical order. -# -# An array gets generated for each block of 4096 unicode characters. -# -# Finally, two arrays get declared: a pointer to an array for each 4096 -# unicode character block, and the number of elements in the array. -# -# The pointer is NULL for each block of 4096 unicode characters that is not -# defined in LineBreak.txt -# # By definition, a unicode character that is not listed in the array is # class XX. |
