Commit Graph

5494 Commits

Author SHA1 Message Date
Andy Heninger
f90c3903af ICU-1075 Improved error handling for data errors in ubrk_open()
X-SVN-Rev: 5980
2001-09-28 23:39:06 +00:00
George Rhoten
19e35f4141 ICU-1211 Clean up the data and libraries bit better
X-SVN-Rev: 5979
2001-09-28 23:31:01 +00:00
George Rhoten
1dd0cae388 ICU-1211 If UCARules can't be opened, exit gracefully.
X-SVN-Rev: 5978
2001-09-28 23:25:24 +00:00
George Rhoten
8d65f542c7 ICU-873 Found a small bug where the string is not terminated
X-SVN-Rev: 5977
2001-09-28 22:58:30 +00:00
George Rhoten
d6ea64d03e ICU-832 Use the common library data instead of duplicating it.
X-SVN-Rev: 5976
2001-09-28 22:53:22 +00:00
George Rhoten
52b3444f4c ICU-770 Use the common library default converter instead of duplicating the effort
X-SVN-Rev: 5975
2001-09-28 22:47:20 +00:00
Markus Scherer
19f92aab27 ICU-1109 change NUL-termination semantics
X-SVN-Rev: 5974
2001-09-28 22:22:59 +00:00
George Rhoten
6b5f932d02 ICU-329 A static UParseError is not needed.
It increases the library size slightly, and it confuses people that are searching for multithreading problems.

X-SVN-Rev: 5973
2001-09-28 21:41:48 +00:00
Alan Liu
385dc0eea1 ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5972
2001-09-28 21:39:51 +00:00
Alan Liu
610e2411eb ICU-1046 add filteredCharAt cmt
X-SVN-Rev: 5971
2001-09-28 21:01:26 +00:00
Alan Liu
0bdf74141a ICU-1250 minor sync-up
X-SVN-Rev: 5970
2001-09-28 21:00:14 +00:00
Alan Liu
831554e000 ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5969
2001-09-28 20:56:10 +00:00
Alan Liu
5433287d2b ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5968
2001-09-28 20:43:10 +00:00
Alan Liu
d044b8bc7e ICU-68 deprecate filteredCharAt
X-SVN-Rev: 5967
2001-09-28 20:37:09 +00:00
Alan Liu
54ef9c799b ICU-70 remove Jamo-Hangul and Hangul-Jamo; replace with NFC and NFD
X-SVN-Rev: 5966
2001-09-28 20:32:39 +00:00
Alan Liu
e24c5cec3d ICU-68 centralize filter logic
X-SVN-Rev: 5965
2001-09-28 20:32:11 +00:00
George Rhoten
4526828ee2 ICU-1099 Make more data const in the libraries
X-SVN-Rev: 5964
2001-09-28 19:13:03 +00:00
George Rhoten
e813be8726 ICU-1202 Undo the change. I was building inconsistent stale data
X-SVN-Rev: 5963
2001-09-28 18:10:49 +00:00
George Rhoten
66f49fc37f ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5962
2001-09-28 17:29:27 +00:00
George Rhoten
3634e94e70 ICU-1202 Don't use '-' in the names.
X-SVN-Rev: 5961
2001-09-28 17:10:59 +00:00
Andy Heninger
e7383bf04a ICU-1075 remove // style comment for UNIX builds.
X-SVN-Rev: 5960
2001-09-28 16:34:05 +00:00
Alan Liu
0b2ee337f8 ICU-70 remove Jamo-Hangul and Hangul-Jamo; replace with NFC and NFD
X-SVN-Rev: 5959
2001-09-28 05:47:40 +00:00
Alan Liu
1fe03194b6 ICU-70 fix NFC and NFKC to handle Jamo correctly
X-SVN-Rev: 5958
2001-09-28 05:45:46 +00:00
Alan Liu
57f91fd067 ICU-70 remove Jamo-Hangul and Hangul-Jamo; replace with NFC and NFD
X-SVN-Rev: 5957
2001-09-28 05:39:20 +00:00
George Rhoten
b8a93d5930 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5956
2001-09-28 00:42:28 +00:00
George Rhoten
13168202f7 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5955
2001-09-28 00:41:50 +00:00
Andy Heninger
71f004be68 ICU-1247 Fix tests and test builds so that tests will run against installed libraries.
X-SVN-Rev: 5954
2001-09-28 00:31:53 +00:00
Markus Scherer
469b0444aa ICU-1202 UTF/Latin-1 converter names: change internal names to be the same as standard ones
X-SVN-Rev: 5953
2001-09-28 00:29:40 +00:00
Andy Heninger
a5f08b874d ICU-1246 remove dbbi_bld files. These contain java code that wasn't ported.
X-SVN-Rev: 5952
2001-09-27 23:52:18 +00:00
Vladimir Weinstein
84cecbe41e ICU-1245 New Japanese rules
X-SVN-Rev: 5951
2001-09-27 23:20:41 +00:00
Markus Scherer
3928a50211 ICU-1007 change Normalizer::EMode to UNormalizationMode
X-SVN-Rev: 5950
2001-09-27 23:19:22 +00:00
Vladimir Weinstein
b6fd29c72c ICU-1245 preliminary support for Japanese prefix analysis. Needs to be tested - fixes for the tests that use internal functions
X-SVN-Rev: 5949
2001-09-27 23:19:12 +00:00
Vladimir Weinstein
8bc42e5418 ICU-1245 preliminary support for Japanese prefix analysis. Needs to be tested
X-SVN-Rev: 5948
2001-09-27 23:18:14 +00:00
Markus Scherer
f7461b3b69 ICU-1222 change US::empty() to isEmpty()
X-SVN-Rev: 5947
2001-09-27 22:46:58 +00:00
Markus Scherer
e86dbbf746 ICU-1222 change US::empty() to isEmpty()
X-SVN-Rev: 5946
2001-09-27 22:39:39 +00:00
Markus Scherer
d31068034f ICU-1222 deprecate/change confusing names of getChar32Start(), getChar32Limit(), isEmpty()
X-SVN-Rev: 5945
2001-09-27 22:37:55 +00:00
George Rhoten
64202d0256 ICU-770 More memory cleanup
X-SVN-Rev: 5944
2001-09-27 22:19:02 +00:00
Markus Scherer
d0f5f3e2e6 ICU-1007 update .h api documentation for normalization
X-SVN-Rev: 5943
2001-09-27 21:04:40 +00:00
Alan Liu
2f1b328590 ICU-69 add UnicodeMatcher, first port
X-SVN-Rev: 5942
2001-09-27 20:49:53 +00:00
George Rhoten
33a356678a ICU-770 More memory cleanup (removing memory warnings)
X-SVN-Rev: 5941
2001-09-27 20:39:07 +00:00
Vladimir Weinstein
2610b4f7ae ICU-1000 according to Markus, we will never encounter Hanguls in the side buffer
X-SVN-Rev: 5940
2001-09-27 18:36:18 +00:00
Yves Arrouye
9818bd0092 ICU-591 add the none option in the help string for --with-iostream-version
X-SVN-Rev: 5939
2001-09-27 18:33:55 +00:00
Vladimir Weinstein
ede2afe7ad ICU-1000 another try at Jamo specials. Think I got them right now. Still needs another iteration for the situation when we are already in the normalization buffer
X-SVN-Rev: 5938
2001-09-27 17:17:54 +00:00
Markus Scherer
1305c4495f ICU-1007 call more efficient normalization, especially FCD instead of NFD when possible, also use growBuffer in some places
X-SVN-Rev: 5937
2001-09-27 01:01:30 +00:00
Markus Scherer
aaf6902e7d ICU-809 use US::getBuffer() instead of extract(); some cleanup
X-SVN-Rev: 5936
2001-09-27 00:59:41 +00:00
Markus Scherer
afa72151f8 ICU-1007 fix unorm_makeFCD()
X-SVN-Rev: 5935
2001-09-26 21:57:14 +00:00
George Rhoten
ce583739d8 ICU-1244 xxx_safeClone functions need to align the memory buffer on
64-bit computers.

X-SVN-Rev: 5934
2001-09-26 21:09:18 +00:00
Alan Liu
8710f7dca5 ICU-69 remove obsolete code
X-SVN-Rev: 5933
2001-09-26 19:24:16 +00:00
Alan Liu
3a38e73923 ICU-67 delete obsolete code
X-SVN-Rev: 5932
2001-09-26 18:17:42 +00:00
Alan Liu
4ecd287eff ICU-770 remove unneeded declaration
X-SVN-Rev: 5931
2001-09-26 18:05:29 +00:00