Commit Graph

7476 Commits

Author SHA1 Message Date
GCL Shanghai
a0d7dba1cb ICU-1751 Failure in ICU4J tests
X-SVN-Rev: 7900
2002-03-07 05:13:36 +00:00
Mark Davis
c23d26e552 ICU-1749 preliminary work on adding strings.
X-SVN-Rev: 7899
2002-03-07 00:39:36 +00:00
George Rhoten
6f6308e270 ICU-1602 Remove some unneeded whitespace to reduce the data library size
X-SVN-Rev: 7898
2002-03-07 00:22:06 +00:00
Markus Scherer
56cc2f13b4 ICU-1721 implement all binary properties except Full_Composition_Exclusion
X-SVN-Rev: 7897
2002-03-06 23:31:11 +00:00
George Rhoten
b8fe07497d ICU-1602 We don't need to collate Unicode PUA characters normally, especially in this case.
The PUA in these locales are generally binary order at the end of the collation, except for a few gaps.
Most platforms don't agree what these PUA characters are for, and some don't even seem to be in a codepage.

X-SVN-Rev: 7896
2002-03-06 23:25:04 +00:00
Alan Liu
e060a452f8 ICU-162 add test for udat_parseCalendar
X-SVN-Rev: 7895
2002-03-06 20:42:32 +00:00
Alan Liu
ef77896421 ICU-162 add udat_parseCalendar
X-SVN-Rev: 7894
2002-03-06 20:41:57 +00:00
George Rhoten
a4fb5132cb ICU-1007 Make it easier to prune the directories from CVS
X-SVN-Rev: 7893
2002-03-06 19:53:59 +00:00
George Rhoten
adbc9f858d ICU-1568 Follow the 8.3 naming convention on files, which is still
important on older brain dead machines that ICU is still used on.

X-SVN-Rev: 7892
2002-03-06 19:46:00 +00:00
Mark Davis
dbaade006e ICU-1749 preliminary work on adding strings. (also fixed import in TrieIterator so it works with VisualCafe.)
X-SVN-Rev: 7891
2002-03-06 19:28:32 +00:00
Alan Liu
badaf1c4ac ICU-1586 fix bug revealed by changes in UCharacter
X-SVN-Rev: 7890
2002-03-06 00:37:52 +00:00
Markus Scherer
d49669597e ICU-1721 re-remove Other_Case_Ignorable property, deemed too uncertain right now if it will become an official UCD file property
X-SVN-Rev: 7886
2002-03-05 02:03:10 +00:00
Andy Heninger
d13e42d4e3 ICU-1737 thread safety problem with initialization lazy initialization of mutexs on first Lock.
X-SVN-Rev: 7885
2002-03-04 22:57:50 +00:00
Syn Wee Quek
2b95969d03 ICU-1741
new implementation of versioninfo

X-SVN-Rev: 7884
2002-03-04 04:34:31 +00:00
Markus Scherer
f04234f32b ICU-1721 parse and store East Asian Width
X-SVN-Rev: 7883
2002-03-04 01:34:58 +00:00
Markus Scherer
b3d7cb3271 ICU-1721 move constants from genprops and uchar.c to uprops.h, store East Asian Width
X-SVN-Rev: 7882
2002-03-04 01:33:29 +00:00
Markus Scherer
c8f88d18a1 ICU-1721 uprops.dat version 3, remove combiningClass from uprops.dat, store only numericValue not digitValues, move constants to uprops.h
X-SVN-Rev: 7881
2002-03-04 01:31:42 +00:00
Markus Scherer
19477392ff ICU-1721 remove combiningClass from uprops.dat, store only numericValue not digitValues
X-SVN-Rev: 7880
2002-03-04 01:28:32 +00:00
Markus Scherer
ac8bf70a35 ICU-1721 remove u_internalGetCombiningClass(), was same as u_getCombiningClass()
X-SVN-Rev: 7879
2002-03-04 01:26:48 +00:00
Markus Scherer
e6879f720a ICU-1721 move u_getCombiningClass() from uchar.c to unorm.cpp, move constants to uprops.h
X-SVN-Rev: 7878
2002-03-04 01:25:51 +00:00
Markus Scherer
e833400d37 ICU-1721 move u_getCombiningClass() from uchar.c to unorm.cpp
X-SVN-Rev: 7877
2002-03-04 01:24:54 +00:00
Markus Scherer
ef2283d2ec ICU-1721 make u_charAge() public
X-SVN-Rev: 7876
2002-03-04 01:22:45 +00:00
Markus Scherer
3e305869c6 ICU-1721 UCD file EastAsianWidth.txt, without comments to save space
X-SVN-Rev: 7875
2002-03-04 01:18:39 +00:00
Markus Scherer
d3111606dd ICU-1586 fix compaction bug
X-SVN-Rev: 7874
2002-03-04 01:17:45 +00:00
Yves Arrouye
a5f2175b26 ICU-1220 usage() if no arg to -f or -t.
X-SVN-Rev: 7873
2002-03-03 07:06:27 +00:00
Yves Arrouye
f5fcc22bbb ICU-1707 check that u_enumCharNames() with U_EXTENDED_CHAR_NAME does
call the callback for each code point. Also, in addition to the checks that
are already made for the other types of names, check that two subsequent
calls pass two consecutive code points, and ensure that no name is empty,
since U_EXTENDE_CHAR_NAME generates a name for every single code point.

X-SVN-Rev: 7872
2002-03-03 05:38:50 +00:00
Yves Arrouye
9a350f505a ICU-1707 make u_enumCharNames() work with extended names, which
involves finding the holes between groups and algorithmic names and
filling them with extended names as needed. Also, enumGroupNames() now
also will generate extended names as needed for the gap in a
group, and expandName() will do the right thing for a name when
U_EXTENDED_CHAR_NAME is being passed. As a result, u_charFromName()
is faster sinc it only does one call to enumNames().

X-SVN-Rev: 7871
2002-03-03 05:37:31 +00:00
Yves Arrouye
d6404f30aa ICU-1707 make u_enumCharNames() work with extended names, which
involves finding the holes between groups and algorithmic names and
filling them with extended names as needed. Also, enumGroupNames() now
also will generate extended names as needed for the gap in a
group, and expandName() will do the right thing for a name when
U_EXTENDED_CHAR_NAME is being passed. As a result, u_charFromName()
is faster sinc it only does one call to enumNames().

X-SVN-Rev: 7870
2002-03-03 05:33:54 +00:00
Markus Scherer
9e59336c14 ICU-1721 add Other_Case_Ignorable from Unicode TR 21
X-SVN-Rev: 7869
2002-03-03 04:45:26 +00:00
Markus Scherer
fa1e80beb8 ICU-1738 remove Unicode default properties for ASCII code points (0..9f)
X-SVN-Rev: 7868
2002-03-03 04:39:22 +00:00
Yves Arrouye
f195b66142 ICU-1596 fix pkgsysconfdir too.
X-SVN-Rev: 7867
2002-03-02 22:25:56 +00:00
Yves Arrouye
654fdf4868 ICU-1596 put the library suffix in pkglibdir and pkgdatadir, so we'll
have for example /usr/lib/icu-myproduct/2.0 and /usr/share/icu-myproduct/2.0.
Because the upper directory now has the suffix, drop it from the Makefile.inc.

X-SVN-Rev: 7866
2002-03-02 22:16:01 +00:00
Yves Arrouye
125591f070 ICU-678 have clean depend on upate-debian-files so that changelog gets
automagically changed when one runs dpkg-buildpackage.

X-SVN-Rev: 7865
2002-03-02 05:13:27 +00:00
Markus Scherer
e5ee7b822b ICU-1721 bug fix - remove duplicate constant for 'Private Use' block name
X-SVN-Rev: 7864
2002-03-02 02:30:03 +00:00
Markus Scherer
f7a5f6430b ICU-1721 UCD file PropList.txt, with fixed spelling of White_Space
X-SVN-Rev: 7863
2002-03-02 02:28:48 +00:00
Markus Scherer
071d83c3cc ICU-1721 Blocks.txt and PropList.txt -> uprops.dat
X-SVN-Rev: 7862
2002-03-02 02:26:19 +00:00
Syn Wee Quek
2f7bcf5dab ICU-1586 deprecate the old tries since new tools have been written
X-SVN-Rev: 7861
2002-03-02 02:20:01 +00:00
Syn Wee Quek
115117393a ICU-1126
added toTitleCase(String)

X-SVN-Rev: 7860
2002-03-02 02:04:09 +00:00
Syn Wee Quek
85a0dde83b ICU-1707
Synched with icu4c, removed data 1.0 checks since we always package with the latest data and 1.0

X-SVN-Rev: 7859
2002-03-02 01:50:51 +00:00
Ram Viswanadha
2928d47de5 ICU-1740 remove keywords in rules files no code change
X-SVN-Rev: 7858
2002-03-02 00:35:09 +00:00
Alan Liu
34a2aecffc ICU-162 add DateFormat parse() and format() methods taking a Calendar
X-SVN-Rev: 7857
2002-03-02 00:29:54 +00:00
Ram Viswanadha
6997c52395 ICU-1740 Remove extra copyrights from data
X-SVN-Rev: 7856
2002-03-02 00:27:27 +00:00
Ram Viswanadha
c9f2fe5385 ICU-1740 Modify ICU4C rules generator to ignore CVS keywords
X-SVN-Rev: 7855
2002-03-02 00:17:25 +00:00
Alan Liu
0ea4c05ad8 ICU-162 add DateFormat parse() and format() methods taking a Calendar
X-SVN-Rev: 7854
2002-03-02 00:07:28 +00:00
George Rhoten
ff18de7c2a ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 7853
2002-03-01 23:26:35 +00:00
George Rhoten
b42973bf54 ICU-1739 Clean up u_errorName implementation so that it can't go beyond the ends of the arrays
X-SVN-Rev: 7852
2002-03-01 23:25:44 +00:00
Steven R. Loomis
a094c953de ICU-837 removed UChar streamers
X-SVN-Rev: 7851
2002-03-01 23:10:26 +00:00
Steven R. Loomis
8d8c710f16 ICU-837 makefile for unix
X-SVN-Rev: 7850
2002-03-01 23:02:44 +00:00
Steven R. Loomis
d3692c78e0 ICU-837 some updates, compiles on aix
X-SVN-Rev: 7849
2002-03-01 23:00:41 +00:00
Steven R. Loomis
c0fd3f923e ICU-1568 use static mode for uconv by default
X-SVN-Rev: 7848
2002-03-01 22:44:21 +00:00