Ram Viswanadha
4ec1e451f5
ICU-634 commented unnecessary code
...
X-SVN-Rev: 2708
2000-10-17 08:06:45 +00:00
Steven R. Loomis
f3e8304f2d
ICU-599 removed trailing comma for aix
...
X-SVN-Rev: 2675
2000-10-13 18:50:38 +00:00
Ram Viswanadha
77fdda8bff
ICU-599 Fixed space char bug
...
X-SVN-Rev: 2627
2000-10-11 00:59:29 +00:00
Ram Viswanadha
7667e1d763
ICU-599 Added ksc_5601_1 DBCS converter for ISO-2022-JP support
...
and changed code.
X-SVN-Rev: 2622
2000-10-10 22:38:43 +00:00
Ram Viswanadha
07de4a6245
ICU-634 Removed an if statement which sends the converter
...
into an infinite loop
X-SVN-Rev: 2607
2000-10-09 18:50:01 +00:00
Ram Viswanadha
eeb6aaf014
ICU-535 Fixed compiler warnings at warning level 4
...
X-SVN-Rev: 2576
2000-10-05 16:49:47 +00:00
Ram Viswanadha
8f08aa2260
ICU-634 Implemented design changes.
...
X-SVN-Rev: 2574
2000-10-05 02:25:53 +00:00
Ram Viswanadha
1b4ba125a3
ICU-535 Fixed compiler warnings at warning level 4
...
X-SVN-Rev: 2563
2000-10-04 00:11:50 +00:00
Steven R. Loomis
c12237ff37
ICU-627 fix portability of UConverterStaticData
...
X-SVN-Rev: 2557
2000-10-03 20:18:22 +00:00
Ram Viswanadha
62f894821d
ICU-599 Added ISO-2022-CN implementation. Added
...
getNextUChar functions.
X-SVN-Rev: 2464
2000-09-21 00:34:21 +00:00
Ram Viswanadha
ad3a2dbdc4
ICU-583 removed function getUniCharFromUnicodeMBCS.
...
X-SVN-Rev: 2445
2000-09-19 04:31:36 +00:00
Ram Viswanadha
b1387e1163
ICU-583 Added ISO-2022-CN fromUnicode function
...
Fixed bugs.
X-SVN-Rev: 2441
2000-09-19 01:41:17 +00:00
Ram Viswanadha
40b4f00ce9
ICU-583 Added additional checks to accept "ja" and "ko" as
...
locale data for ISO-2022 converters
X-SVN-Rev: 2415
2000-09-06 17:09:55 +00:00
Ram Viswanadha
b6cbcec06e
ICU-583 fromUnicode function now emits escape sequence after every new line.
...
X-SVN-Rev: 2414
2000-09-01 18:19:47 +00:00
Ram Viswanadha
59ced31dbb
ICU-583 Fixed KSC5601 escape sequence and memory leak.
...
X-SVN-Rev: 2413
2000-09-01 17:16:54 +00:00
Ram Viswanadha
7ff11f87c6
ICU-583 Fixed mixed JIS and ASCII chars bugs.
...
X-SVN-Rev: 2412
2000-09-01 00:27:09 +00:00
Ram Viswanadha
41db7b05db
ICU-576 seperated EBCDIC converter implementation to
...
ucnvebdc.c
X-SVN-Rev: 2381
2000-08-29 21:47:40 +00:00
Ram Viswanadha
e20ad2971f
ICU-389 Added getTargetUniCharFromUnicodeMBCS() Function.
...
X-SVN-Rev: 2355
2000-08-25 23:14:10 +00:00
Ram Viswanadha
c054ea7791
ICU-389 Added macro. General House keeping
...
X-SVN-Rev: 2330
2000-08-23 01:21:23 +00:00
Ram Viswanadha
dc06ee1068
ICU-535 Fixed compiler warnings
...
X-SVN-Rev: 2325
2000-08-22 20:45:25 +00:00
Ram Viswanadha
9f1eabb54d
ICU-535 Fixed compiler warnings
...
X-SVN-Rev: 2324
2000-08-22 18:12:34 +00:00
Ram Viswanadha
e8b1308f23
ICU-289 Added support for ISO-2022-KR and fixed compiler warnigs
...
X-SVN-Rev: 2320
2000-08-22 00:02:54 +00:00
Vladimir Weinstein
9466acce28
ICU-460 OS/390 porting fixes
...
X-SVN-Rev: 2310
2000-08-17 20:37:22 +00:00
Ram Viswanadha
99047270cd
ICU-389 Added check for SS2(ESC N)
...
X-SVN-Rev: 2295
2000-08-16 22:21:51 +00:00
Ram Viswanadha
164ff8b672
ICU-389 changed the escape sequences in the code from
...
chars to hex values
X-SVN-Rev: 2291
2000-08-16 19:57:24 +00:00
Steven R. Loomis
9042020f68
ICU-550 malloc(0) == NULL on aix
...
X-SVN-Rev: 2288
2000-08-16 17:43:45 +00:00
Helena Chapman
971193574d
ICU-550 Build on AIX.
...
X-SVN-Rev: 2263
2000-08-15 19:04:36 +00:00
Steven R. Loomis
4e6c23c47e
ICU-289 remove dependency on windows case insensitivity & alias table from 2022
...
X-SVN-Rev: 2251
2000-08-15 02:29:41 +00:00
George Rhoten
4ee919a818
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2249
2000-08-15 01:27:54 +00:00
Ram Viswanadha
5c86488c27
ICU-289 Added support for ISO2022-JP and fixed bugs in
...
ucnv_toUnicode() function
X-SVN-Rev: 2236
2000-08-14 23:56:19 +00:00
Steven R. Loomis
b871c6590c
ICU-546 fixed EBCDIC_STATEFUL
...
X-SVN-Rev: 2219
2000-08-12 04:27:59 +00:00
Markus Scherer
17df34956e
ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
...
X-SVN-Rev: 2199
2000-08-11 19:23:50 +00:00
Steven R. Loomis
ee9ba216fc
ICU-344 reset state properly after callback
...
X-SVN-Rev: 2074
2000-07-31 14:39:47 +00:00
Helena Chapman
5eda06b3c0
ICU-401 more s/400 compilation changes.
...
X-SVN-Rev: 1937
2000-07-19 00:21:29 +00:00
Helena Chapman
633f3d9104
ICU-401 400 porting changes based on Barry's feedback.
...
X-SVN-Rev: 1919
2000-07-17 23:36:52 +00:00
Markus Scherer
42c49e3617
ICU-311 changeState_2022 also copy cb contexts
...
X-SVN-Rev: 1895
2000-07-15 22:04:08 +00:00
Markus Scherer
7d721ba16c
ICU-502 clean up 'unassigned' handling and callback calls
...
X-SVN-Rev: 1871
2000-07-13 23:55:33 +00:00
Markus Scherer
be9f636bdb
ICU-103 call callbacks with correct codeUnit pointers and codePoint values
...
X-SVN-Rev: 1835
2000-07-13 00:15:01 +00:00
Helena Chapman
ccede1e5b9
ICU-311 Major rewrite of the internal codepath to use the UConverterToUnicodeArgs and UConverterFromUnicodeArgs.
...
X-SVN-Rev: 1777
2000-07-10 20:51:54 +00:00
Helena Chapman
0ad634011e
ICU-311 Another major update with Callback API changes.
...
X-SVN-Rev: 1720
2000-06-30 17:38:47 +00:00
Steven R. Loomis
d7b44985af
ICU-311 updates for callback changes
...
X-SVN-Rev: 1687
2000-06-29 00:14:01 +00:00
Helena Chapman
377889ccd9
ICU-311 Major rewrite of the callback APIs. Needs to be checked
...
in without more testing to make the 6/29/2000 API deadline. Lots
of warnings still, offset handling is not implemented. More unit tests
is required because the current implementation actually passes the tests.
X-SVN-Rev: 1661
2000-06-27 20:47:56 +00:00
Helena Chapman
69ba12f77c
ICU-351 Define UBool to be used in the APIs.
...
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Helena Chapman
4a4bbe2373
ICU-43 Added fallback implementation to handle to/fromUnicode
...
mapping correctly.
X-SVN-Rev: 1359
2000-05-12 19:59:03 +00:00
Steven R. Loomis
631d0d7614
ICU-267 Move data-based converters' static data into makeconv.
...
X-SVN-Rev: 1197
2000-04-20 19:42:36 +00:00
Steven R. Loomis
6e9f280f6c
ICU-267 make CNV file format portable. (+ makeconv cleanup)
...
X-SVN-Rev: 1176
2000-04-19 23:05:27 +00:00
Yves Arrouye
c69c164be8
ICU-353 basic warnings cleanup (not touching object's memory layout). A
...
basic build now compiles w/o a single warning on Linux. One with --enable-strict
is a different matter...
X-SVN-Rev: 1124
2000-04-13 23:00:43 +00:00
Markus Scherer
a8ea7e8c8b
ICU-176 ucnv_getNextUChar() return a UChar32 code point
...
X-SVN-Rev: 1121
2000-04-13 17:27:35 +00:00
Brendan Murray
dd70c2705e
ICU-98 These are changes to support 64-bit platforms, such as Sun
...
SPARC V9, which is the only one tested so far.
X-SVN-Rev: 1022
2000-03-29 21:41:11 +00:00
Markus Scherer
111462800f
ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
...
X-SVN-Rev: 736
2000-02-09 19:15:17 +00:00
Markus Scherer
42e5acace0
ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
...
X-SVN-Rev: 734
2000-02-08 23:41:16 +00:00
Markus Scherer
20baeae401
ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
...
X-SVN-Rev: 723
2000-02-07 17:35:21 +00:00