localisation/localesupport/OtherTools/CaseEquivalence.txt
author John Imhofe
Mon, 19 Oct 2009 15:55:17 +0100
changeset 0 a41df078684a
child 15 4122176ea935
permissions -rw-r--r--
Convert Kernelhwsrv package from SFL to EPL kernel\eka\compsupp is subject to the ARM EABI LICENSE userlibandfileserver\fatfilenameconversionplugins\unicodeTables is subject to the Unicode license kernel\eka\kernel\zlib is subject to the zlib license

CaseEquivalence.pl takes as its input the file UnicodeData-3.0.0.txt on the standard input stream and produces as output one of the following on the standard output stream depending on the option -o{t|f|r|m}:

-ot: produce a trie in C++ compilable format which gives a mapping for each Unicode character.
-of: produce a mapping of characters to canonical case equivalent character
-or: produce a list of canonical case characters and a list of what maps to each
-om: as -or but does not print those mappings for which only one character needs to map.

This is used to produce the e32 file FoldTable.inl

The files SpecialCasing.txt and CaseFolding.txt are not used by the tool as yet. These are other files from the Unicode Consortium.