Name Date Size #Lines LOC

..--

DerivedCoreProperties.txtH A D08-Jul-20241 MiB12,57612,498

DerivedGeneralCategory.txtH A D08-Jul-2024262 KiB4,2324,108

GraphemeBreakProperty.txtH A D08-Jul-202494.6 KiB1,4761,431

GraphemeBreakTest.txtH A D08-Jul-202481.7 KiB631630

README.txtH A D08-Jul-20241.5 KiB3526

emoji-data.txtH A D08-Jul-2024108.9 KiB1,3211,294

README.txt

1Contains various Unicode data files used in the library for Unicode support
2
3To update all files to the last published Unicode version issue the following
4command in the directory containing this file.
5
6wget \
7    https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt \
8    https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt \
9    https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt \
10    https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt \
11    https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedGeneralCategory.txt
12
13Afterwards build the `libcxx-generate-files` target to update the generated
14Unicode files.
15
16GraphemeBreakProperty.txt
17Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt
18Usage:  libcxx/utils/generate_extended_grapheme_cluster_table.py
19
20emoji-data.txt
21Source: https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt
22Usage:  libcxx/utils/generate_extended_grapheme_cluster_table.py
23
24GraphemeBreakTest.txt
25Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt
26Usage:  libcxx/utils/generate_extended_grapheme_cluster_test.py
27
28DerivedCoreProperties.txt
29Source: https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt
30Usage: libcxx/utils/generate_escaped_output_table.py
31
32DerivedGeneralCategory.txt
33Source: https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedGeneralCategory.txt
34Usage: libcxx/utils/generate_escaped_output_table.py
35