2007-11-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / Mono.Globalization.Unicode / README
1
2 This directory contains support for Unicode normalization and collation.
3
4 ** generated files
5
6         There are several files to be autogenerated:
7
8         - MSCompatUnicodeTableGenerated.cs : support for collation, but
9           for standalone testing purpose.
10         - Normalization.cs : support for String.Normalize()
11         - CollationElementTable.cs : used in code generators which generate
12           above two sources.
13         - ../collation.core.bin,
14           ../collation.tailoring.bin,
15           ../collation.cjkCHS.bin,
16           ../collation.cjkCHT.bin,
17           ../collation.cjkJA.bin,
18           ../collation.cjkKO.bin,
19           ../collation.cjkKOlv2.bin : collation table binary resoueces.
20
21         To generate those files, run "make" in this directory. It requires 
22         internet access for the first time to download dependency files from
23         the web.
24
25 Atsushi Eno <atsushi@ximian.com>