5 3170 RFE: Update to Unicode 4.0.1
6 3171 Add new Unicode 4.0.1 properties
7 3520 use Unicode 4.0.1 updates for break iteration
9 *** data files & enums & parser code
12 - ucdstrip: DerivedNormalizationProps.txt, NormalizationTest.txt, DerivedCoreProperties.txt
13 - ucdstrip and ucdmerge: EastAsianWidth.txt, LineBreak.txt
16 - fix UnicodeData.txt general categories of Ethiopic digits Nd->No
18 http://www.unicode.org/review/resolved-pri.html#pri26
19 - undone again because no corrigendum in sight;
20 instead modified tests to not check consistency on this for Unicode 4.0.1
23 - update from http://www.unicode.org/copyright.html
24 formatted for plain text
26 * uchar.h & uprops.h & uprops.c & genprops
27 - add UBLOCK_CYRILLIC_SUPPLEMENT because the block is renamed
28 - add U_LB_INSEPARABLE due to a spelling fix
29 + put short name comment only on line with new constant
30 for genpname perl script parser
31 - new binary properties
36 - fix genpname perl script so that it doesn't choke on more than 2 names per property value
37 - perl script: correctly calculate the maximum number of fields per row
40 - new script code Hrkt=Katakana_Or_Hiragana
42 * gennorm.c track changes in DerivedNormalizationProps.txt
44 - single field "NFD_NO" -> two fields "NFD_QC; N" etc.
46 * genprops/props2.c track changes in DerivedNumericValues.txt
47 - changed from 3 columns to 2, dropping the numeric type
48 + assume that the type is always numeric for Han characters,
49 and that only those are added in addition to what UnicodeData.txt lists
51 *** Unicode version numbers
57 - update test of default bidi classes according to PRI #28
58 /tsutil/cucdtst/TestUnicodeData
59 http://www.unicode.org/review/resolved-pri.html#pri28
60 - bidi tests: change exemplar character for ES depending on Unicode version
61 - change hardcoded expected property values where they change
69 - use new Hrkt=Katakana_Or_Hiragana
72 - are now part of combining character sequences
73 - break iteration used to assume that LB classes did not overlap; now they do for ZWJ & ZWNJ