You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Tom MTT. 35f43a7909 feat: 9.5.9 2 years ago
..
UNIDATA feat: 9.5.9 2 years ago
Makefile feat: 9.5.9 2 years ago
ReadMe feat: 9.5.9 2 years ago
extract-char-cases.ss feat: 9.5.9 2 years ago
extract-common.ss feat: 9.5.9 2 years ago
extract-info.ss feat: 9.5.9 2 years ago
unicode-char-cases.ss feat: 9.5.9 2 years ago
unicode-charinfo.ss feat: 9.5.9 2 years ago
unicode-data.ss feat: 9.5.9 2 years ago

ReadMe

To rebuild unicode-char-cases.ss and unicode-charinfo.ss, download into
./UNIDATA the following files:

http://www.unicode.org/Public/UCD/latest/ucd/CompositionExclusions.txt
http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
http://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt
http://www.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt
http://www.unicode.org/Public/UCD/latest/ucd/auxiliary/WordBreakProperty.txt
http://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
http://www.unicode.org/Public/UCD/latest/ucd/NormalizationTest.txt

Then run 'make'.