Commit Graph

62 Commits

Author SHA1 Message Date
Michael Ow
b4853d0331 ICU-7222 Remove Windows x64 warnings by casting explicitly.
X-SVN-Rev: 26870
2009-11-11 15:47:22 +00:00
Markus Scherer
8ee4058f62 ICU-6441 bug fix in ucnv_bld.c: don't ucnv_close() if onlyTestIsLoadable; and simplify code by dropping isLoadable result and using UErrorCode instead
X-SVN-Rev: 25741
2009-04-07 18:31:32 +00:00
Markus Scherer
abb7ac7522 ICU-6441 make ucnv_countAvailable() not fully load converters
X-SVN-Rev: 25584
2009-03-13 22:05:01 +00:00
Michael Ow
08e67ed3a7 ICU-6412 Make certain variables and functions static to avoid it being exported.
X-SVN-Rev: 24608
2008-09-19 18:46:50 +00:00
Michael Ow
a684042a13 ICU-6412 Change temp type to uint32_t to resolve gcc warning.
X-SVN-Rev: 24378
2008-07-14 21:02:36 +00:00
Michael Ow
0909ccea4d ICU-6365 Only write the language code after a linefeed if there are more characters after the linefeed. Update data driven test to check for this.
X-SVN-Rev: 24344
2008-07-03 15:27:12 +00:00
Michael Ow
211918b3cf ICU-6259 Implement Unicode Technical Note 30 concerning proper Gurmukhi conversion for Bindi and Tippi, Consonant Clusters, and Gurmukhi Rra. The change has been implemented in both ICU4C and ICU4J and data driven test have been included. Changing other test data for iscii-gur was also done to comply with this technical note.
X-SVN-Rev: 24326
2008-07-01 17:52:51 +00:00
Andy Heninger
791a437558 ICU-6234 Compiler Compatibility Problems
X-SVN-Rev: 23760
2008-04-04 21:51:35 +00:00
Kedar Rajwade
f69d550e36 ICU-6143 added check for TELUGU character in getUnicodeSet
X-SVN-Rev: 23695
2008-03-27 19:31:25 +00:00
Michael Ow
308a2aa0b5 ICU-4486 Update ISCII converter to treat Letter RRA as specified by ISCII.
X-SVN-Rev: 23660
2008-03-24 17:11:10 +00:00
George Rhoten
99861832ec ICU-6125 Reduce read-only memory
X-SVN-Rev: 23591
2008-03-14 06:41:45 +00:00
Michael Ow
78e8c0bde7 ICU-3840 Add Unicode 5.0 characters for Gurmukhi in ISCII converter.
X-SVN-Rev: 21879
2007-06-30 23:09:57 +00:00
Michael Ow
015e86f2fe ICU-3840 Update ISCII converter to include new characters in Unicode.
X-SVN-Rev: 21870
2007-06-30 00:18:48 +00:00
Vladimir Weinstein
ba5eaaf5e1 ICU-5445 working around glibc bug in strcpy that produces compiler warnings.
X-SVN-Rev: 21696
2007-06-11 18:44:06 +00:00
George Rhoten
94e3bd905b ICU-5629 Remove unassigned Unicode characters from validity table.
Add some Unicode 1.1 characters that are also converted by Windows ISCII.

X-SVN-Rev: 21366
2007-04-06 07:01:22 +00:00
George Rhoten
d0084a7436 ICU-5427 Fix some Purify errors
X-SVN-Rev: 21273
2007-03-16 17:06:15 +00:00
George Rhoten
cff652fc45 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20164
2006-08-25 17:41:23 +00:00
George Rhoten
8503dd41b1 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20152
2006-08-24 17:59:01 +00:00
Ram Viswanadha
16c62819ab ICU-5275 fix bug
X-SVN-Rev: 20070
2006-08-15 23:20:55 +00:00
Markus Scherer
8e5f03bcd1 ICU-5188 add ucnv_setSubstString()
X-SVN-Rev: 19789
2006-07-05 23:08:50 +00:00
George Rhoten
e9fe9b73f4 ICU-4603 Fix beam complaints
X-SVN-Rev: 18390
2005-08-03 19:36:35 +00:00
Markus Scherer
ca77616509 ICU-3432 move uniset.cpp data for case closure to ucase.icu; have gencase build case closure data; ucase.c use it; UnicodeSet::closeOver() call that
X-SVN-Rev: 16902
2004-12-02 04:18:35 +00:00
Markus Scherer
8a3a93deed ICU-4078 use USetAdder interface to remove dependencies of low-level code on the USet/UnicodeSet implementation
X-SVN-Rev: 16265
2004-09-07 17:59:53 +00:00
George Rhoten
038f43c843 ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16196
2004-08-27 16:45:16 +00:00
Markus Scherer
53e086dc9a ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16193
2004-08-26 22:51:40 +00:00
Eric Mader
14fbb48bf9 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15385
2004-05-18 22:01:41 +00:00
George Rhoten
de1f8d59d0 ICU-3685 Use different function and struct names between separate files for different types.
X-SVN-Rev: 14909
2004-04-08 22:49:40 +00:00
George Rhoten
af3c9fc66a ICU-3343 Fix some memory leaks
X-SVN-Rev: 14263
2004-01-08 21:44:54 +00:00
Markus Scherer
e8b985f363 ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework
X-SVN-Rev: 12731
2003-08-01 14:58:43 +00:00
Markus Scherer
8ab9f23f3a ICU-2449 refactor conversion - call fromUnicode callbacks only from ucnv.c framework
X-SVN-Rev: 12667
2003-07-24 00:28:47 +00:00
Markus Scherer
39a2aed516 ICU-2449 new semantics of truncated sequences; move callback/truncated handling into ucnv.c API functions
X-SVN-Rev: 12649
2003-07-22 04:22:57 +00:00
Ram Viswanadha
240206b645 ICU-2699 fix compiler warnings
X-SVN-Rev: 12504
2003-06-12 23:51:18 +00:00
Markus Scherer
f4562fc9c5 ICU-2959 update copyright notices for 2003 changes
X-SVN-Rev: 12230
2003-06-02 22:26:54 +00:00
Markus Scherer
4d8b16de1c ICU-2144 use isCopyLocal only for UConverter allocation, add isExtraLocal for extraInfo allocation
X-SVN-Rev: 11914
2003-05-13 21:05:05 +00:00
George Rhoten
b2599603cc ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points for all ISCII versions.
ISCII can switch between scipts.

X-SVN-Rev: 11474
2003-04-08 23:52:29 +00:00
George Rhoten
f70487d239 ICU-1439 Fix the case when the wrong version is requested.
X-SVN-Rev: 11471
2003-04-08 02:05:16 +00:00
George Rhoten
f7e4647f8c ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points
X-SVN-Rev: 11470
2003-04-08 01:55:33 +00:00
George Rhoten
9417adfb33 ICU-1439 implement ucnv_getUnicodeSet() for roundtrippable code points
X-SVN-Rev: 11468
2003-04-07 23:50:30 +00:00
Ram Viswanadha
bb6aadbf80 ICU-2778 make illegal/truncated chars consistent
X-SVN-Rev: 11434
2003-04-02 02:59:14 +00:00
Markus Scherer
3d38617bdc ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
GCL Shanghai
2fab4a8cb7 ICU-1953 backout buffer overflow changes
X-SVN-Rev: 9070
2002-07-09 12:47:45 +00:00
GCL Shanghai
6348e12895 ICU-1953 test for buffer overflows
X-SVN-Rev: 9044
2002-07-06 10:58:51 +00:00
Ram Viswanadha
52765d7e5d ICU-1953 Fix handling of INV + HALANT
X-SVN-Rev: 8918
2002-06-22 00:20:04 +00:00
George Rhoten
f6a1518f3f ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8673
2002-05-22 22:56:27 +00:00
Ram Viswanadha
8fa4e9107b ICU-1835 Add mappings for codepoints
X-SVN-Rev: 8372
2002-04-04 03:07:42 +00:00
George Rhoten
f55499cf92 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7240
2001-12-01 00:32:29 +00:00
Ram Viswanadha
8c16739f86 ICU-452 Update with comments from Markus
X-SVN-Rev: 7236
2001-11-30 23:59:23 +00:00
Markus Scherer
d460fb1fb7 ICU-452 more small fixes
X-SVN-Rev: 7219
2001-11-30 19:43:43 +00:00
Ram Viswanadha
1b95ca6012 ICU-452 No code change only comments
X-SVN-Rev: 7213
2001-11-30 18:02:53 +00:00
Ram Viswanadha
cae5b85a0f ICU-452 Update with comments from Markus
X-SVN-Rev: 7205
2001-11-30 05:20:52 +00:00