error messages review
[mono.git] / mcs / class / corlib / Mono.Globalization.Unicode / README
1
2 This directory contains support for Unicode normalization and collation.
3
4 This directory contains several files to be autogenerated:
5
6         - MSCompatUnicodeTable.cs : support for CompareInfo.
7         - Normalization.cs : support for String.Normalize()
8         - CollationElementTable.cs : used in code generators which generate
9           above two sources.
10
11 Targets in Makefile often downloads dependency files, such as Unicode
12 Character Database files. They are fed to source generators which are written
13 in C# sources.
14
15 Many of the files in this directory are subject to change (for example,
16 being rewritten to generate resource files and possibly C header like
17 char-conversions.h and culture-info-table.h in the later stage).
18
19 Atsushi Eno <atsushi@ximian.com>
20