Abhinav Gupta
8bce2a306a
ICU-8878 remove non-ASCII characters from C code
...
X-SVN-Rev: 31082
2011-12-09 21:29:27 +00:00
Abhinav Gupta
091e332d88
ICU-8878 C, check UTF-8 file properties.
...
X-SVN-Rev: 31079
2011-12-09 19:33:54 +00:00
Peter Edberg
29c3d94960
ICU-8978 Actually for transrt.cpp, need to remove u0970 from [:Devanagari:], not RT exclusions
...
X-SVN-Rev: 31078
2011-12-09 19:25:02 +00:00
Peter Edberg
77cde42a8b
ICU-8978 Update to get the correct coll/ar.txt Version info after CLDR file checkin.
...
X-SVN-Rev: 31076
2011-12-09 09:19:02 +00:00
Peter Edberg
cec4d76254
ICU-8978 Integrate CLDR 21m2 data. Update dtfmttst.cpp for timezone name cleanup.
...
Update transrt.cpp to exclude 0970 from roundtrip tests; it was now included because
Unicode 6.1 moved it from Common to Devanagari, but it has no mapping from InterIndic
to anything else.
X-SVN-Rev: 31074
2011-12-09 08:39:46 +00:00
Markus Scherer
dedb3433ab
ICU-8827 note follow-up tickets
...
X-SVN-Rev: 31073
2011-12-09 00:17:43 +00:00
Markus Scherer
43bb4f2cf4
ICU-8827 Unicode 6.1 update: svn merge branches/markus/uni61 at r31062 into the trunk
...
X-SVN-Rev: 31071
2011-12-08 22:37:24 +00:00
Michael Ow
747ad726e2
ICU-8956 Update ICU4C SimpleDateFormat doc
...
X-SVN-Rev: 31069
2011-12-08 18:27:54 +00:00
Peter Edberg
7d668b9068
ICU-8878 Update ICU version info for 49m2
...
X-SVN-Rev: 31063
2011-12-08 03:23:29 +00:00
Peter Edberg
56d70749df
ICU-8958 Add support for parsing leapMonths (in addition to formatting per r31039, r31040)
...
X-SVN-Rev: 31043
2011-12-06 20:46:32 +00:00
Steven R. Loomis
e1d4644d7a
ICU-8743 fix configure macro
...
X-SVN-Rev: 31042
2011-12-06 18:25:40 +00:00
Peter Edberg
5578f45b2f
ICU-8958 use the correct monthPattern for numeric months
...
X-SVN-Rev: 31040
2011-12-06 08:26:13 +00:00
Peter Edberg
6dbcc24060
ICU-8958 integrate changes from cldrbug 4130:; add monthPatterns support to
...
DateFormatSymbols, use it to format leap months; ignore pattern char 'l'; add tests.
X-SVN-Rev: 31039
2011-12-06 08:00:44 +00:00
Umesh Nair
4a6f817e00
ICU-8108 Allowing imports from the same file by suppressing building binaries for imported rules
...
X-SVN-Rev: 31036
2011-12-06 00:23:46 +00:00
Abhinav Gupta
5373f49d27
ICU-8668 C, C++, restrict script to alphabetic in locale name.
...
X-SVN-Rev: 31031
2011-12-05 20:15:15 +00:00
Peter Edberg
22a40ff65d
ICU-7930 C, don't limit base skeleton field length to 3
...
X-SVN-Rev: 31028
2011-12-05 04:49:40 +00:00
Peter Edberg
366c3a3306
ICU-8844 Updated khmerdict.txt (deleted 91 entries) per the new version attached to the ticket
...
X-SVN-Rev: 31018
2011-12-04 03:23:28 +00:00
Peter Edberg
3a8d6c31a9
ICU-8844 Clone fCalendar as necessary so it does not get modified by format or parse methods
...
X-SVN-Rev: 31017
2011-12-04 00:33:15 +00:00
Yoshito Umaoka
4334ee838f
ICU-8943 RBTZ fix in ICU4C and its test case
...
X-SVN-Rev: 31009
2011-12-02 07:02:54 +00:00
Yoshito Umaoka
b0f61ffe46
ICU-8953 ICU4C implementation was OK. Just update the test case already added in ICU4J.
...
X-SVN-Rev: 31007
2011-12-02 05:01:23 +00:00
Yoshito Umaoka
35d15227cd
ICU-8818 Fixed a compile error.
...
X-SVN-Rev: 31006
2011-12-02 04:40:30 +00:00
Stuart Gill
16ea5c24a6
ICU-8914 extra C/C++ documentation for collation reordering
...
X-SVN-Rev: 31002
2011-12-01 23:13:47 +00:00
Markus Scherer
540221ad33
ICU-8915 document why bmpset.cpp:set32x64Bits(..., limit=0x800) is fine & safe
...
X-SVN-Rev: 31000
2011-12-01 06:46:53 +00:00
Markus Scherer
b19d1bd16a
ICU-8915 flag & test for whether signed integer right shift is Arithmetic Shift Right
...
X-SVN-Rev: 30999
2011-12-01 06:04:35 +00:00
Markus Scherer
67aa69c0f0
ICU-8246 forgot to invoke TestGetEasyToUseInstance()
...
X-SVN-Rev: 30998
2011-12-01 06:01:05 +00:00
Markus Scherer
3a86b119b0
ICU-8246 add Normalizer2::getNFCInstance(), getNFKDInstance(), ...
...
X-SVN-Rev: 30994
2011-12-01 00:43:35 +00:00
Abhinav Gupta
6592593c88
ICU-8818 switched to calloc for a few instances of malloc + memset(0)
...
X-SVN-Rev: 30992
2011-11-30 17:52:09 +00:00
Abhinav Gupta
46f02630a1
ICU-8818 implement uprv_calloc
...
X-SVN-Rev: 30991
2011-11-30 17:52:02 +00:00
Markus Scherer
bf5ef2ad0e
ICU-8804 cast from uint16_t* to UChar* (different types on some platforms)
...
X-SVN-Rev: 30989
2011-11-29 22:54:44 +00:00
Markus Scherer
524fd241c5
ICU-8942 use smaller/simpler FCD data rather than building an FCD trie
...
X-SVN-Rev: 30985
2011-11-28 22:59:49 +00:00
Markus Scherer
bed105857f
ICU-8804 Normalizer2::composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not
...
X-SVN-Rev: 30982
2011-11-27 20:29:38 +00:00
Markus Scherer
03748b07f1
ICU-8804 Normalizer2::getRawDecomposition(c) with added data in .nrm formatVersion 2
...
X-SVN-Rev: 30980
2011-11-27 04:44:13 +00:00
Stuart Gill
0ff00f0a40
ICU-8814 test for problem
...
X-SVN-Rev: 30978
2011-11-23 19:50:11 +00:00
Abhinav Gupta
74669ffea9
ICU-8929 Applied patch attached to ticket.
...
X-SVN-Rev: 30977
2011-11-21 19:38:08 +00:00
Michael Ow
3280110b3c
ICU-8911 Add make target releaseDist
...
X-SVN-Rev: 30973
2011-11-16 22:03:45 +00:00
Michael Ow
eb1d80034f
ICU-8936 Fix check-exhaustive in main Makefile
...
X-SVN-Rev: 30967
2011-11-15 17:22:33 +00:00
Michael Ow
e144d4ff66
ICU-8936 Add check-exhaustive make target to run the test suite in exhaustive mode
...
X-SVN-Rev: 30961
2011-11-14 22:33:19 +00:00
Yoshito Umaoka
57e2360211
ICU-8909 Remove a garbage character mixed in the previous commit.
...
X-SVN-Rev: 30959
2011-11-14 20:01:43 +00:00
Yoshito Umaoka
e9503bdade
ICU-8909 Fixed various warnings reported by a source code analysis tool.
...
X-SVN-Rev: 30958
2011-11-14 19:32:51 +00:00
Michael Ow
c5eeb6b6df
ICU-8887 Update timezone class doc in ICU4C
...
X-SVN-Rev: 30956
2011-11-11 23:24:20 +00:00
John Emmons
42bbabf646
ICU-7605 Change locale ID canonicalization to not use double-underscore IDs
...
X-SVN-Rev: 30954
2011-11-11 20:29:33 +00:00
Michael Ow
176433065a
ICU-8592 Update tzdata2011n to ICU4C
...
X-SVN-Rev: 30951
2011-11-11 05:16:53 +00:00
Michael Ow
ab32395a4f
ICU-8928 Fix how path is found when pkgdata needs icu-config
...
X-SVN-Rev: 30949
2011-11-10 23:11:19 +00:00
Michael Ow
895e909e90
ICU-8858 Make revision number optional when packaging data in dll mode
...
X-SVN-Rev: 30947
2011-11-10 19:22:55 +00:00
Michael Ow
f7de05f57a
ICU-8592 Add timebomb for TestTimeRoundTrip test.
...
X-SVN-Rev: 30946
2011-11-10 16:47:00 +00:00
John Emmons
0582c2b646
ICU-7635 Fix memory leak in the testcase
...
X-SVN-Rev: 30945
2011-11-09 21:12:06 +00:00
Michael Ow
5997c57dce
ICU-8592 Update ICU4C metaZones.txt to 2011n
...
X-SVN-Rev: 30944
2011-11-09 20:38:26 +00:00
Michael Ow
f7ebd6362b
ICU-8888 Update the help message in pkgdata tool
...
X-SVN-Rev: 30930
2011-11-04 17:09:18 +00:00
Michael Ow
9c4d1dba98
ICU-8888 Add -w option to pkgdata build options in sample codes
...
X-SVN-Rev: 30919
2011-11-04 05:22:18 +00:00
Michael Ow
b74ae536a7
ICU-8888 Fix missing identifier error in pkgdata
...
X-SVN-Rev: 30918
2011-11-04 02:40:39 +00:00