Commit Graph

15646 Commits

Author SHA1 Message Date
Michael Ow
c66829fdad ICU-4081 Add chinese calender to Makefile.in.
X-SVN-Rev: 22855
2007-10-25 22:53:36 +00:00
Michael Ow
3b76a8e2fb ICU-5950 Added test case and added internal breakiterator to hold the character breakiterator.
X-SVN-Rev: 22854
2007-10-25 22:02:54 +00:00
Andrew J Macheret
f8339df718 ICU-4081 Ported Chinese calendar from icu4j. Mostly working.
X-SVN-Rev: 22853
2007-10-25 20:26:34 +00:00
Markus Scherer
295dc24d64 ICU-5987 merge small-conversion-file feature into trunk, from svn merge -r 22780:22805 .../branches/markus/smallcnv
X-SVN-Rev: 22852
2007-10-25 17:05:36 +00:00
Markus Scherer
b69ac49696 ICU-6002 fix constant expressions for c number parsing (see gcc Bugzilla bug 3885)
X-SVN-Rev: 22851
2007-10-25 16:36:50 +00:00
Markus Scherer
49868a5a68 ICU-6001 fix ucnv_getUnicodeSet(LMBCS)
X-SVN-Rev: 22850
2007-10-25 05:17:43 +00:00
Markus Scherer
b90b809ea1 ICU-6002 HZ: restrict byte values and fix various bugs
X-SVN-Rev: 22849
2007-10-25 05:03:34 +00:00
Markus Scherer
31b85e745d ICU-6001 UCNV_ROUNDTRIP_AND_FALLBACK_SET for ucnv_getUnicodeSet(); improve set filtering; fix some bugs
X-SVN-Rev: 22847
2007-10-24 21:15:41 +00:00
Michael Ow
56171edcdc ICU-5024 Add null entry in DIACTRICMATCH test case.
X-SVN-Rev: 22846
2007-10-24 19:20:58 +00:00
Doug Felt
fb2431bbdd ICU-6000 fix for RBNF in ICU4C
X-SVN-Rev: 22845
2007-10-24 00:38:03 +00:00
Michael Ow
3f617517e7 ICU-5024 Check for cases where getCE() should be used in hasAccentAfterMatch.
X-SVN-Rev: 22840
2007-10-23 19:13:33 +00:00
Michael Ow
f6ec12ee6c ICU-5024 Add test case for diactric matching bug.
X-SVN-Rev: 22839
2007-10-23 19:09:59 +00:00
Markus Scherer
e2232741ed ICU-5401 fix test, reenable check for existing file
X-SVN-Rev: 22831
2007-10-22 19:21:22 +00:00
Markus Scherer
c2b52dbe07 ICU-5999 add gsm-03.38 to ucnv_isAmbiguous()
X-SVN-Rev: 22830
2007-10-22 19:07:34 +00:00
Michael Ow
db658067b7 ICU-5024 Remove getCE call on the last collation element check in the function hasAccentsAfterMatch.
X-SVN-Rev: 22827
2007-10-19 22:14:46 +00:00
Michael Ow
90b5316a76 ICU-4038 Added the fix on ICU4C to ICU4J StringSearch.
X-SVN-Rev: 22826
2007-10-19 21:16:09 +00:00
Michael Ow
9831a64be7 ICU-4038 Restore the last found ce so that shifting forward or backward is done properly with the correct ce.
X-SVN-Rev: 22821
2007-10-19 19:04:25 +00:00
George Rhoten
05e65a675a ICU-5994 Make sure that the public headers are copied to the include directory
X-SVN-Rev: 22819
2007-10-18 23:48:13 +00:00
Michael Ow
9ddca92223 ICU-5950 Added member to struct USearch to keep track of whether a breakiterator is given by the user.
X-SVN-Rev: 22818
2007-10-18 22:35:50 +00:00
Michael Ow
7c1d2e0b40 ICU-5950 Implement breakiterator to check for accents after character match when using primary strength searches. Also, accents in the pattern are ignored when using primary strength searches. TestIgnorable test cases has been altered to test for accent after character matches.
X-SVN-Rev: 22817
2007-10-18 22:29:39 +00:00
George Rhoten
dc5e7b7a29 ICU-5994 Make sure that the public headers are copied to the include directory
X-SVN-Rev: 22800
2007-10-16 05:29:03 +00:00
George Rhoten
8b713294c6 ICU-5797 Move JISX201 to the "not in ICU by default" section.
X-SVN-Rev: 22790
2007-10-13 16:34:26 +00:00
George Rhoten
52b70fb139 ICU-5992 Fix icu-config for Windows
X-SVN-Rev: 22789
2007-10-13 08:16:49 +00:00
Eric Mader
d09cfab8bd ICU-5991 Use GWLP_USERDATA instead of 0 for the index to SetWindowLongPtr().
X-SVN-Rev: 22784
2007-10-12 20:10:20 +00:00
Jennifer Chye
65a89b4075 ICU-5797 fix gcc compile error with previous change
X-SVN-Rev: 22779
2007-10-11 23:43:02 +00:00
Markus Scherer
fb79757dfb ICU-5797 delete separate JIS X 0201 and JIS X 0208 conversion tables
X-SVN-Rev: 22775
2007-10-11 22:18:43 +00:00
Markus Scherer
e314be31a5 ICU-5797 delete separate JIS X 0201 and JIS X 0208 conversion tables
X-SVN-Rev: 22774
2007-10-11 22:18:11 +00:00
Markus Scherer
a7fe8c6d9b ICU-5797 fix tests
X-SVN-Rev: 22773
2007-10-11 21:52:29 +00:00
Markus Scherer
cc36611b2f ICU-5797 use Shift-JIS table for ISO 2022-JP, and hardcode JIS X 0201 mappings
X-SVN-Rev: 22772
2007-10-11 21:31:32 +00:00
Eric Mader
e6ca6a5162 ICU-5906 Remove nbsp hack, which breaks fonts where space and NBS map to the same glyph and that glyph *isn't* 0x0003!
X-SVN-Rev: 22770
2007-10-11 00:55:38 +00:00
George Rhoten
414eef4c2f ICU-5977 Fix for mainframes
X-SVN-Rev: 22769
2007-10-10 23:04:12 +00:00
John Emmons
f767a5630c ICU-5970 Metazone updates for 2007h
X-SVN-Rev: 22767
2007-10-10 04:21:24 +00:00
Eric Mader
0886a557b1 ICU-5906 Restrict feature match to a single syllable for Tibetan, Khmer.
X-SVN-Rev: 22765
2007-10-10 00:00:34 +00:00
Claire Ho
ff81b45d21 ICU-5977 set the timezone to GMT to avoid the inconsisitent result.
X-SVN-Rev: 22764
2007-10-09 20:22:16 +00:00
Eric Mader
bd40249b9b ICU-5906 Restrict feature match to a single syllable for Indic.
X-SVN-Rev: 22762
2007-10-09 19:40:14 +00:00
George Rhoten
32b9300be7 ICU-5941 Fix out of date URLs
X-SVN-Rev: 22756
2007-10-09 08:44:58 +00:00
Markus Scherer
01a86e65e0 ICU-5962 add --no-iso-comments and --only-iso-comments options to gennames
X-SVN-Rev: 22746
2007-10-04 05:58:45 +00:00
Markus Scherer
acfe30c3c5 ICU-5968 apply --omitCollationRules to UCARules as well
X-SVN-Rev: 22743
2007-10-03 22:39:28 +00:00
Markus Scherer
a5ab4206d7 ICU-5835 add forward declaration before friend declaration, for standard-conformant C++ compilers
X-SVN-Rev: 22742
2007-10-03 20:59:45 +00:00
Markus Scherer
92992780d1 ICU-5835 add friend declaration for the union to see US_STACKBUF_SIZE, for standard-conformant C++ compilers
X-SVN-Rev: 22741
2007-10-03 19:18:52 +00:00
Claire Ho
27e64bcfac ICU-5977 added log_err() to udatpg_test.
X-SVN-Rev: 22738
2007-10-03 00:33:12 +00:00
George Rhoten
9d21e44d93 ICU-5847 Fix copyright change.
X-SVN-Rev: 22737
2007-10-02 21:24:38 +00:00
Yoshito Umaoka
401d34f459 ICU-5970 Merging tzdata 2007h to ICU4C trunk
X-SVN-Rev: 22727
2007-10-01 22:08:04 +00:00
Yoshito Umaoka
8a4005e165 ICU-5971 Fix a test failure in TestFebruary. The test for Olson time zone America/Sao_Paulo is no longer valid with tzdata 2007h
X-SVN-Rev: 22726
2007-10-01 20:22:47 +00:00
Eric Mader
b3e3615ca5 ICU-5923 remove C++ comment.
X-SVN-Rev: 22724
2007-10-01 17:25:28 +00:00
John Emmons
1f0933a1df ICU-5965 Update metazone transition info to be GMT
X-SVN-Rev: 22723
2007-10-01 15:00:26 +00:00
Eric Mader
6326fd83b3 ICU-5923 Add $(top_srcdir)/layoutex to -I list.
X-SVN-Rev: 22722
2007-09-29 01:11:38 +00:00
Eric Mader
48cc4bf0aa ICU-5923 need to map from physical to logical when copying RTL char indices.
X-SVN-Rev: 22721
2007-09-29 00:55:19 +00:00
Markus Scherer
6221451d1a ICU-5968 add genrb option for omitting collation tailoring rules string
X-SVN-Rev: 22720
2007-09-28 19:59:53 +00:00
Markus Scherer
13270fbe6f ICU-5835 optimize UnicodeString: increase US_STACKBUF_SIZE from 7 to 13; optimize append() and unescape()
X-SVN-Rev: 22718
2007-09-28 04:50:25 +00:00