• Home
  • Raw
  • Download

Lines Matching full:unicode

1 * Copyright (C) 2016 and later: Unicode, Inc. and others.
2 * License & terms of use: http://www.unicode.org/copyright.html
14 * change log for Unicode updates
21 until they are encoded in Unicode,
22 or can be assumed to be encoded in the next Unicode version.
23 Script enum constant names want to follow the Unicode script property value aliases,
34 See http://unicode.org/reports/tr35/#unicode_script_subtag_validity
35 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html
39 For new script codes see http://www.unicode.org/iso15924/codechanges.html
43 Unicode 9.0 update for ICU 58
54 http://www.unicode.org/review/pri323/ -- beta review
55 http://www.unicode.org/reports/uax-proposed-updates.html
56 http://www.unicode.org/versions/beta-9.0.0.html
57 http://www.unicode.org/versions/Unicode9.0.0/
58 http://www.unicode.org/reports/tr44/tr44-17.html
62 - ticket:12526: integrate Unicode 9
71 - cldrbug 8745: Unicode 9.0 script metadata
73 *** Unicode version numbers
79 - Run ICU4C "configure" _after_ updating the Unicode version number in uchar.h
87 - make sure that the Unicode data folder passed into preparseucd.py
93 - ~/svn.icutools/trunk/src/unicode$ py/preparseucd.py ~/unidata/uni90/20160603 $ICU_SRC_DIR ~/svn.i…
96 - also: from http://unicode.org/Public/security/9.0.0/ download new confusables.txt
101 - remove or add new Unicode scripts from/to the
188 …~/svn.icutools/trunk/src/unicode$ py/parsescriptmetadata.py $ICU_SRC_DIR/source/common/unicode/usc…
203 * build Unicode tools using CMake+make
205 ~/svn.icutools/trunk/src/unicode/c/icudefs.txt:
212 ~/svn.icutools/trunk/dbg/unicode/c$
213 cmake ../../../src/unicode/c
217 ~/svn.icutools/trunk/dbg/unicode/c$
226 - Unicode 6.0..9.0: U+2260, U+226E, U+226F
234 - UCA DUCET goes into Mark's Unicode tools, see
272 - run Unicode Tools
273 org.unicode.draft.GenerateUnihanCollators
281 - run Unicode Tools
282 org.unicode.draft.GenerateUnihanCollatorFiles
294 org.unicode.cldr.icu.NewLdml2IcuConverter
320 Unicode .icu files built to ./out/build/icudt58l
334 - copy the big-endian Unicode data files to another location,
360 - copy new .txt files into ICU4J's main/tests/core/src/com/ibm/icu/dev/data/unicode
362 …alCasing.txt UnicodeData.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
364 …aracterTest.txt BidiTest.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
365 …cd/CompositionExclusions.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
394 *** merge the Unicode update branches back onto the trunk
397 - make sure that changes to Unicode tools & ICU tools are checked in
398 http://www.unicode.org/utility/trac/log/trunk/unicodetools
406 - new scripts in Unicode 9: Adlm, Bhks, Marc, Newa, Osge
411 Add new codes to uscript.h & UScript.java, see Unicode update logs.
416 Manually edit ppucd.txt and icutools:unicode/c/genprops/pnames_data.h,
418 "Long" script names only where established in Unicode 9 PropertyValueAliases.txt.
420 Note: If we have to run preparseucd.py again before the Unicode 9 update,
430 Adjust unicode/c/genprops/*builder.cpp for #ifndef/#ifdef changes in _data.h files,
434 ~/svn.icutools/trunk/dbg/unicode/c$ make && genprops/genprops $ICU_SRC_DIR
467 Add emoji-data.txt to the input files, from http://www.unicode.org/Public/emoji/
479 ~/svn.icutools/trunk/src/unicode$ py/preparseucd.py ~/unidata/uni80/20151217 $ICU_SRC_DIR ~/svn.icu…
485 ~/svn.icutools/trunk/dbg/unicode/c$ make && genprops/genprops $ICU_SRC_DIR
491 Unicode 8.0 update for ICU 56
502 http://www.unicode.org/review/pri297/ -- beta review
503 http://www.unicode.org/reports/uax-proposed-updates.html
504 http://unicode.org/versions/beta-8.0.0.html
505 http://www.unicode.org/versions/Unicode8.0.0/
506 http://www.unicode.org/reports/tr44/tr44-15.html
510 - ticket:11574: Unicode 8
519 - cldrbug 8109: Unicode 8.0 script metadata
520 - cldrbug 8418: Updated segmentation for Unicode 8.0
522 *** Unicode version numbers
528 - Run ICU4C "configure" _after_ updating the Unicode version number in uchar.h
536 - make sure that the Unicode data folder passed into preparseucd.py
542 - ~/svn.icutools/trunk/src/unicode$ py/preparseucd.py ~/unidata/uni80/20150415 $ICU_SRC_DIR ~/svn.i…
545 - also: from http://unicode.org/Public/security/8.0.0/ download new
552 - remove new Unicode scripts from the
606 …~/svn.icutools/trunk/src/unicode$ py/parsescriptmetadata.py $ICU_SRC_DIR/source/common/unicode/usc…
621 * build Unicode tools using CMake+make
623 ~/svn.icutools/trunk/src/unicode/c/icudefs.txt:
630 ~/svn.icutools/trunk/dbg/unicode/c$ cmake ../../../src/unicode/c
631 ~/svn.icutools/trunk/dbg/unicode/c$ make
634 - ~/svn.icutools/trunk/dbg/unicode/c$ genprops/genprops $ICU_SRC_DIR
635 - ~/svn.icutools/trunk/dbg/unicode/c$ genuca/genuca --hanOrder implicit $ICU_SRC_DIR
636 - ~/svn.icutools/trunk/dbg/unicode/c$ genuca/genuca --hanOrder radical-stroke $ICU_SRC_DIR
644 - Unicode 6.0..8.0: U+2260, U+226E, U+226F
657 - UCA DUCET goes into Mark's Unicode tools, see
706 Unicode .icu files built to ./out/build/icudt56l
720 - copy the big-endian Unicode data files to another location,
746 - copy new .txt files into ICU4J's main/tests/core/src/com/ibm/icu/dev/data/unicode
748 …alCasing.txt UnicodeData.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
750 …aracterTest.txt BidiTest.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
751 …cd/CompositionExclusions.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
785 *** merge the Unicode update branches back onto the trunk
788 - make sure that changes to Unicode tools & ICU tools are checked in
789 http://www.unicode.org/utility/trac/log/trunk/unicodetools
794 Unicode 7.0 update for ICU 54
796 http://www.unicode.org/review/pri271/ -- beta review
797 http://www.unicode.org/reports/uax-proposed-updates.html
798 http://www.unicode.org/versions/beta-7.0.0.html#notable_issues
799 http://www.unicode.org/reports/tr44/tr44-13.html
803 - ticket 10821: Unicode 7.0, UCA 7.0
812 - ticket 6762: script metadata for Unicode 7.0 new scripts
814 *** Unicode version numbers
820 - Run ICU4C "configure" _after_ updating the Unicode version number in uchar.h
828 - make sure that the Unicode data folder passed into preparseucd.py
834 - ~/svn.icutools/trunk/src/unicode$ py/preparseucd.py ~/unidata/uni70/20140403 $ICU_SRC_DIR ~/svn.i…
841 - also: from http://unicode.org/Public/security/7.0.0/ download new
846 - remove new Unicode scripts from the
857 - gets Unicode copyright line from PropertyAliases.txt which is currently still at 2013
962 - 6 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
971 -> uscript.h (some overlap with additions from Unicode)
981 …~/svn.icutools/trunk/src/unicode$ py/parsescriptmetadata.py $ICU_SRC_DIR/source/common/unicode/usc…
999 * build Unicode tools using CMake+make
1001 ~/svn.icutools/trunk/src/unicode/c/icudefs.txt:
1008 ~/svn.icutools/trunk/dbg/unicode/c$ cmake ../../../src/unicode/c
1009 ~/svn.icutools/trunk/dbg/unicode/c$ make
1014 icutools: unicode/c/genprops/bidipropsbuilder.cpp
1019 - ~/svn.icutools/trunk/dbg/unicode/c$ genprops/genprops $ICU_SRC_DIR
1020 - ~/svn.icutools/trunk/dbg/unicode/c$ genuca/genuca $ICU_SRC_DIR
1028 - Unicode 6.0..7.0: U+2260, U+226E, U+226F
1040 Unicode .icu files built to ./out/build/icudt53l
1054 - copy the big-endian Unicode data files to another location,
1075 - copy new .txt files into ICU4J's main/tests/core/src/com/ibm/icu/dev/data/unicode
1077 …alCasing.txt UnicodeData.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
1079 …aracterTest.txt BidiTest.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
1080 …cd/CompositionExclusions.txt ~/svn.icu4j/trunk/src/main/tests/core/src/com/ibm/icu/dev/data/unicode
1084 - download UCA files (mostly allkeys.txt) from http://www.unicode.org/Public/UCA/<beta version>/
1099 with output from Mark's Unicode tools (..._CLDR_..._SHORT.txt)
1116 - copy all output from Mark's UCA tool to unicode.org for review & staging by Ken & editors
1130 (For details see the Unicode 5.2 change log below.)
1139 for "born stable" Unicode API constants, and to stop parsing ICU version numbers
1146 Unicode-derived script codes should be "born stable" like constants in uchar.h, uscript.h etc.
1154 *** merge the Unicode update branches back onto the trunk
1160 Unicode 6.3 update
1162 http://www.unicode.org/review/pri249/ -- beta review
1163 http://www.unicode.org/reports/uax-proposed-updates.html
1164 http://www.unicode.org/versions/beta-6.3.0.html#notable_issues
1165 http://www.unicode.org/reports/tr44/tr44-11.html
1169 - ticket 10128: update ICU to Unicode 6.3 beta
1170 - ticket 10168: update ICU to Unicode 6.3 final
1174 - ticket 10142: implement Unicode 6.3 bidi algorithm additions
1176 *** Unicode version numbers
1183 - Run ICU4C "configure" _after_ updating the Unicode version number in uchar.h
1191 - make sure that the Unicode data folder passed into preparseucd.py
1196 - ~/svn.icutools/trunk/src/unicode$ py/preparseucd.py ~/unidata/uni63/20130425 ~/svn.icu/uni63/src …
1236 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
1264 * build Unicode tools using CMake+make
1266 ~/svn.icutools/trunk/src/unicode/c/icudefs.txt:
1273 ~/svn.icutools/trunk/dbg/unicode/c$ cmake ../../../src/unicode/c
1274 ~/svn.icutools/trunk/dbg/unicode/c$ make
1277 - ~/svn.icutools/trunk/dbg/unicode/c$ genprops/genprops ~/svn.icu/uni63/src
1278 - ~/svn.icutools/trunk/dbg/unicode/c$ genuca/genuca -i ~/svn.icu/uni63/dbg/data/out/build/icudt52l …
1286 - Unicode 6.0..6.3: U+2260, U+226E, U+226F
1296 Unicode .icu files built to ./out/build/icudt52l
1309 - copy the big-endian Unicode data files to another location,
1322 - copy new .txt files into ICU4J's main/tests/core/src/com/ibm/icu/dev/data/unicode
1324 * UCA -- mostly skipped for ICU 52 / Unicode 6.3, except update coll/* files
1326 - get output from Mark's tools; look in http://www.unicode.org/Public/UCA/<beta version>/
1333 with output from Mark's Unicode tools (..._CLDR_..._SHORT.txt)
1359 - skipped for Unicode 6.3: no new scripts
1361 *** merge the Unicode update branches back onto the trunk
1367 Unicode 6.2 update
1369 http://www.unicode.org/review/pri230/
1370 http://www.unicode.org/versions/beta-6.2.0.html
1371 http://www.unicode.org/reports/tr44/tr44-9.html#Unicode_6.2.0
1372 http://www.unicode.org/review/pri227/ Changes to Script Extensions Property Values
1373 http://www.unicode.org/review/pri228/ Changing some common characters from Punctuation to Symbol
1374 http://www.unicode.org/review/pri229/ Linebreaking Changes for Pictographic Symbols
1375 http://www.unicode.org/reports/tr46/tr46-8.html IDNA
1376 http://unicode.org/Public/idna/6.2.0/
1380 - ticket 9515: Unicode 6.2: final ICU update
1384 - ticket 9437: update ICU to Unicode 6.2
1388 *** Unicode version numbers
1400 - make sure that the Unicode data folder passed into preparseucd.py
1403 - ~/svn.icu/tools/trunk/src/unicode$ py/preparseucd.py ~/uni62/20120816 ~/svn.icu/uni62/src ~/svn.i…
1442 * build Unicode tools using CMake+make
1445 - ~/svn.icu/tools/trunk/dbg/unicode$ c/genprops/genprops ~/svn.icu/uni62/src
1447 in source/data/unidata/FractionalUCA.txt to match the new Unicode version
1448 - ~/svn.icu/tools/trunk/dbg/unicode$ c/genuca/genuca -i ~/svn.icu/uni62/dbg/data/out/build/icudt50l…
1451 check if the UCA version in FractionalUCA.txt matches the new Unicode version
1459 - Unicode 6.0..6.2: U+2260, U+226E, U+226F
1469 Unicode .icu files built to ./out/build/icudt50l
1482 - copy the big-endian Unicode data files to another location,
1495 - copy new .txt files into ICU4J's main/tests/core/src/com/ibm/icu/dev/data/unicode
1499 - get output from Mark's tools; look in http://www.unicode.org/Public/UCA/<beta version>/
1506 with output from Mark's Unicode tools (..._CLDR_..._SHORT.txt)
1532 - skipped for Unicode 6.2: no new scripts
1534 *** merge the Unicode update branches back onto the trunk
1540 Future Unicode update
1542 Tools simplified since the Unicode 6.1 update. See
1546 * Unicode version numbers
1547 - icutools/unicode/makedefs.sh was deleted, so one fewer place for version & path updates
1551 - ~/svn.icu/tools/trunk/src/unicode$ py/preparseucd.py ~/uni61/20120118 ~/svn.icu/trunk/src ~/svn.i…
1557 - Script codes that are in ISO 15924 but not in Unicode are now listed in
1560 If Unicode adds some of them, then remove them from the .py variable.
1567 - ~/svn.icu/tools/trunk/dbg/unicode$ c/genprops/genprops ~/svn.icu/trunk/src
1574 - make sure that the Unicode data folder passed into preparseucd.py
1575 includes a copy of http://www.unicode.org/Public/idna/6.1.0/IdnaMappingTable.txt
1588 * build Unicode tools using CMake+make
1591 - ~/svn.icu/tools/trunk/dbg/unicode$ c/genuca/genuca -i ~/svn.icu/trunk/dbg/data/out/build/icudt49l…
1595 Unicode 6.1 update
1599 - ticket 8995 final update to Unicode 6.1
1602 - ticket 8961 support Unicode "Age" value *names*
1605 - ticket 8827 "update ICU to Unicode 6.1"
1609 *** Unicode version numbers
1614 - icutools/unicode/makedefs.sh
1622 ~/svn.icu/tools/trunk/src/unicode/c/genprops/misc$ ./ucdcopy.py ~/uni61/20111205/ucd ~/uni61/proces…
1665 - 2 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
1717 + cd ~/svn.icu/tools/trunk/src/unicode/c/genpname
1724 * build Unicode tools (at least genpname) using CMake+make
1728 - ~/svn.icu/tools/trunk/bld/unicode/c$ genpname/genpname -v -d ~/svn.icu/trunk/src/source/data/in
1729 - ~/svn.icu/tools/trunk/bld/unicode/c$ genpname/genpname -v -d ~/svn.icu/trunk/src/source/common --…
1732 * build Unicode tools using CMake+make
1738 - download http://www.unicode.org/Public/idna/6.1.0/IdnaMappingTable.txt
1739 to ~/svn.icu/tools/trunk/src/unicode/py
1741 - ~/svn.icu/tools/trunk/src/unicode/py$ ./idna2nrm.py
1742 - ~/svn.icu/tools/trunk/src/unicode/py$ cp uts46.txt ~/svn.icu/trunk/src/source/data/unidata/norm2
1747 - Unicode 6.0..6.1: U+2260, U+226E, U+226F
1752 in source/data/unidata/FractionalUCA.txt to match the new Unicode version
1753 - ~/svn.icu/tools/trunk/src/unicode$ ./makeprops.sh ~/svn.icu/trunk/src ~/svn.icu/trunk/bld
1756 check if the UCA version in FractionalUCA.txt matches the new Unicode version
1759 ~/svn.icu/tools/trunk/src/unicode$ ./makeuca.sh ~/svn.icu/trunk/src ~/svn.icu/trunk/bld
1769 Unicode .icu files built to ./out/build/icudt49l
1782 - copy the big-endian Unicode data files to another location,
1795 - copy new .txt files into ICU4J's main/tests/core/src/com/ibm/icu/dev/data/unicode
1804 http://www.unicode.org/Public/UCA/6.1.0/CollationAuxiliary-<dev. version>.txt
1810 with output from Mark's Unicode tools (..._CLDR_..._SHORT.txt)
1815 ~/svn.icu/tools/trunk/src/unicode$ ./makeuca.sh ~/svn.icu/trunk/src ~/svn.icu/trunk/bld
1836 (For details see the Unicode 5.2 change log below.)
1849 Unicode-derived script codes should be "born stable" like constants in uchar.h, uscript.h etc.
1854 *** merge the Unicode update branches back onto the trunk
1860 ICU 4.8 (no Unicode update, just new script codes)
1862 * 9 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
1882 + cd ~/svn.icu/tools/trunk/src/unicode/c/genpname
1887 * rebuild Unicode tools (at least genpname) using make
1893 - ~/svn.icu/tools/trunk/bld/unicode/c$ genpname/genpname -v -d ~/svn.icu/trunk/src/source/data/in
1894 - ~/svn.icu/tools/trunk/bld/unicode/c$ genpname/genpname -v -d ~/svn.icu/trunk/src/source/common --…
1898 - ~/svn.icu/tools/trunk/bld/unicode/c$ genprops/genprops -d ~/svn.icu/trunk/src/source/data/in -s ~…
1899 - ~/svn.icu/tools/trunk/bld/unicode/c$ genprops/genprops -d ~/svn.icu/trunk/src/source/common --cso…
1907 - copy the big-endian Unicode data files to another location,
1919 Unicode 6.0 update
1923 7264 Unicode 6.0 Update
1925 *** Unicode version numbers
1935 ~/svn.icu/tools/trunk/src/unicode/c/genprops/misc$ ./ucdcopy.py ~/uni60/20100720/ucd ~/uni60/proces…
1940 but not listed in PropertyAliases.txt; reported to unicode.org;
1941 -> added to tools/trunk/src/unicode/c/genpname/SyntheticPropertyAliases.txt
1975 - 13 new script codes from ISO 15924 http://www.unicode.org/iso15924/codechanges.html
2006 -> add to tools/trunk/src/unicode/c/gennames/gennames.c, with new ucdVersion
2008 * build Unicode tools using CMake+make
2011 + cd ~/svn.icu/tools/trunk/src/unicode/c/genpname
2016 * rebuild Unicode tools (at least genpname) using make
2021 - ~/svn.icu/tools/trunk/bld/unicode$ c/genpname/genpname -v -d ~/svn.icu/trunk/src/source/data/in
2028 - download http://www.unicode.org/Public/idna/6.0.0/IdnaMappingTable.txt
2029 to ~/svn.icu/tools/trunk/src/unicode/py
2031 - ~/svn.icu/tools/trunk/src/unicode/py$ ./idna2nrm.py
2032 - ~/svn.icu/tools/trunk/src/unicode/py$ cp uts46.txt ~/svn.icu/trunk/src/source/data/unidata/norm2
2037 - Unicode 6.0: U+2260, U+226E, U+226F
2040 - ~/svn.icu/tools/trunk/src/unicode$ ./makeprops.sh ~/svn.icu/trunk/src ~/svn.icu/trunk/bld
2043 ~/svn.icu/tools/trunk/src/unicode$ ./makeuca.sh ~/svn.icu/trunk/src ~/svn.icu/trunk/bld
2066 Unicode .icu files built to ./out/build/icudt45l
2073 - copy the big-endian Unicode data files to another location,
2086 - copy new .txt files into ICU4J's main/tests/core/src/com/ibm/icu/dev/data/unicode
2089 - removes one manual step from the Unicode upgrade, and removes dependency on one of Mark's tools
2095 copy from (Unicode 6.0)/ucd/auxiliary/*BreakTest-6....txt
2102 http://www.unicode.org/~book/incoming/mark/uca6.0.0/
2103 http://www.macchiato.com/unicode/utc/additional-uca-files
2104 http://www.unicode.org/Public/UCA/6.0.0/
2105 http://www.unicode.org/~mdavis/uca/
2115 ~/svn.icu/tools/trunk/src/unicode$ ./makeuca.sh ~/svn.icu/trunk/src ~/svn.icu/trunk/bld
2125 with output from Mark's Unicode tools
2139 (For details see the Unicode 5.2 change log below.)
2150 Unicode-derived script codes should be "born stable" like constants in uchar.h, uscript.h etc.
2155 Unicode 5.2 update
2159 7084 Unicode 5.2
2168 7243 update layout engine for Unicode 5.2
2170 *** Unicode version numbers
2180 …enprops\misc\ucdcopy.py "C:\Documents and Settings\mscherer\My Documents\unicode\ucd\5.2.0" C:\svn…
2232 …added to Unicode 5.2, and the Perl script shows a conflict between SyntheticPropertyValueAliases.t…
2247 + 3 new script values added for ISO 15924 and Unicode 5.2 coverage
2248 + 1 new script value added for ISO 15924 coverage (not in Unicode 5.2)
2266 - new numeric values that didn't exist in Unicode data before:
2278 - Unicode 5.2 fills holes there and adds new Jamo characters in
2285 * build Unicode data source code for hardcoding core data
2298 Creating data file for Unicode Property Names
2299 Creating data file for Unicode Character Properties
2300 Creating data file for Unicode Case Mapping Properties
2301 Creating data file for Unicode BiDi/Shaping Properties
2302 Creating data file for Unicode Normalization
2303 Unicode .icu files built to "\svn\icuproj\icu\trunk\source\data\out\build\icudt43l"
2304 Unicode .c source files built to "\svn\icuproj\icu\trunk\source\data\out\tmp"
2311 - update FractionalUCA.txt with new canonical closure (output from Mark's Unicode tools)
2312 - update source/data/unidata/UCARules.txt with UCA_Rules_SHORT.txt from Mark's Unicode tools
2313 - update source/test/testdata/CollationTest_*.txt with output from Mark's Unicode tools
2344 * Update source/test/testdata/<boundary>Test.txt files from <unicode.org ucd>/ucd/auxiliary
2366 (For comparison, see the Unicode 5.1 update: http://bugs.icu-project.org/trac/changeset/23833)
2403 Unicode 5.1 update
2407 5696 Update to Unicode 5.1
2409 *** Unicode version numbers
2465 added to Unicode 5.1, and the script shows a conflict between SyntheticPropertyValueAliases.txt
2479 + 14 new script values added for ISO 15924 coverage (not in Unicode 5.1)
2484 assigned Unicode character, so ICU 4.0 uprops.icu does not store any
2518 * hardcoded Unihan range end/limit (see Unicode 4.1 update for comparison)
2523 * build Unicode data source code for hardcoding core data
2535 Creating data file for Unicode Character Properties
2536 Creating data file for Unicode Case Mapping Properties
2537 Creating data file for Unicode BiDi/Shaping Properties
2538 Creating data file for Unicode Normalization
2539 Unicode .icu files built to "\svn\icuproj\icu\uni51\source\data\out\build\icudt39l"
2540 Unicode .c source files built to "\svn\icuproj\icu\uni51\source\data\out\tmp"
2554 - Test that APIs using Unicode property value aliases (like UnicodeSet)
2578 Unicode 5.0 update
2582 5084 RFE: Update to Unicode 5.0
2637 * build Unicode data source code for hardcoding core data
2644 Creating data file for Unicode Character Properties
2645 Creating data file for Unicode Case Mapping Properties
2646 Creating data file for Unicode BiDi/Shaping Properties
2647 Creating data file for Unicode Normalization
2648 Unicode .icu files built to "\cvs\oss\icu\source\data\out\build\icudt35l"
2649 Unicode .c source files built to "\cvs\oss\icu\source\data\out\tmp"
2654 *** Unicode version numbers
2675 Unicode 4.1 update
2679 4332 RFE: Update to Unicode 4.1
2719 see http://www.unicode.org/versions/Unicode4.1.0/#CaseMods
2722 *** Unicode version numbers
2753 see http://www.unicode.org/versions/Unicode4.1.0/#CaseMods
2765 Unicode 4.0.1 update
2769 3170 RFE: Update to Unicode 4.0.1
2770 3171 Add new Unicode 4.0.1 properties
2771 3520 use Unicode 4.0.1 updates for break iteration
2782 http://www.unicode.org/review/resolved-pri.html#pri26
2784 instead modified tests to not check consistency on this for Unicode 4.0.1
2787 - update from http://www.unicode.org/copyright.html
2815 *** Unicode version numbers
2823 http://www.unicode.org/review/resolved-pri.html#pri28
2824 - bidi tests: change exemplar character for ES depending on Unicode version