George Rhoten
|
16d45a3775
|
ICU-703 Fixed a compiler error on AIX 4.2
X-SVN-Rev: 2950
|
2000-11-20 18:08:49 +00:00 |
|
Markus Scherer
|
12f6684fcd
|
ICU-701 handle fallbacks more precisely
X-SVN-Rev: 2939
|
2000-11-17 19:35:00 +00:00 |
|
Ram Viswanadha
|
c20ad62504
|
ICU-703 Implemented reset functions, deleted dead code,
consolidated changeState2022() function
X-SVN-Rev: 2927
|
2000-11-17 03:01:23 +00:00 |
|
Ram Viswanadha
|
f46dcab450
|
ICU-703 Seperated ISO-2022-CN and ISO-2022-CN-Ext
X-SVN-Rev: 2908
|
2000-11-14 03:54:36 +00:00 |
|
Ram Viswanadha
|
30e66f8534
|
ICU-703 Fixed bugs for Alpha/linux
X-SVN-Rev: 2900
|
2000-11-10 17:58:20 +00:00 |
|
Ram Viswanadha
|
d1b9eb8cf3
|
ICU-703 Fixed bugs found after adding tests
X-SVN-Rev: 2888
|
2000-11-08 23:16:20 +00:00 |
|
Ram Viswanadha
|
bd9b07126c
|
ICU-703 Changed type of pBuf to make compiler happy on
AIX
X-SVN-Rev: 2864
|
2000-11-02 19:51:05 +00:00 |
|
Ram Viswanadha
|
1c875f238e
|
ICU-703 Changed type of pBuf to make compiler happy on
AIX
X-SVN-Rev: 2863
|
2000-11-02 18:47:42 +00:00 |
|
Ram Viswanadha
|
72c72ff2a1
|
ICU-703 Completed version selection on input. Fixed fallback
bugs. Fixed jitterbug 628
X-SVN-Rev: 2858
|
2000-11-02 04:09:34 +00:00 |
|
Ram Viswanadha
|
84fd596139
|
ICU-703 fixed invalidUCharBuffer state
X-SVN-Rev: 2849
|
2000-10-31 02:56:41 +00:00 |
|
Ram Viswanadha
|
f2b1904f51
|
ICU-703 Improved performance of ISO-2022-CN
X-SVN-Rev: 2836
|
2000-10-28 01:51:00 +00:00 |
|
Ram Viswanadha
|
2ade9b3ccb
|
ICU-703 Added ISO-2022-JP version selection functionality
X-SVN-Rev: 2833
|
2000-10-28 01:09:46 +00:00 |
|
Ram Viswanadha
|
ad898eb8ff
|
ICU-634 Redisigned KR implementaion, fixed short source
and target buffer handling of converters.
X-SVN-Rev: 2744
|
2000-10-20 02:45:38 +00:00 |
|
Ram Viswanadha
|
f3f2681655
|
ICU-673 Fixed bugs removed redundant code
X-SVN-Rev: 2728
|
2000-10-19 06:37:36 +00:00 |
|
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 |
|