Commit Graph

3117 Commits

Author SHA1 Message Date
Markus Scherer
40daf74515 ICU-484 optimize the state table with more unassigned states to make the .cnv file smaller
X-SVN-Rev: 3383
2001-01-05 02:16:52 +00:00
Markus Scherer
1899ec5794 ICU-484 fix state table
X-SVN-Rev: 3382
2001-01-05 02:15:57 +00:00
Markus Scherer
cd9f2d4736 ICU-484 flush stdout & stderr after each codepage to keep them from getting too messed up
X-SVN-Rev: 3381
2001-01-05 02:14:53 +00:00
Markus Scherer
b7335e2c02 ICU-484 add compactToUnicodeHelper(), use with verbose mode to find opportunities to optimize the state table with unassigned states
X-SVN-Rev: 3380
2001-01-05 02:14:08 +00:00
Vladimir Weinstein
41c62dcb9f ICU-96 Implementing the new collation algorithm
X-SVN-Rev: 3379
2001-01-05 00:47:25 +00:00
Vladimir Weinstein
6daff3523b ICU-96 Update to STRICTLY AN INTERMEDIATE FILE. DO IGNORE IT!!!!
X-SVN-Rev: 3378
2001-01-05 00:45:40 +00:00
George Rhoten
c2d8e7be7a ICU-286 Added the offsets logic and getNextUChar functions.
X-SVN-Rev: 3377
2001-01-04 22:00:02 +00:00
Markus Scherer
8f6f50fedc ICU-287 enable single-surrogate mappings in codepages that map single surrogates directly
X-SVN-Rev: 3376
2001-01-04 17:51:30 +00:00
Vladimir Weinstein
db9fc26f2d ICU-96 THIS IS STRICTLY AN INTERMEDIATE FILE. DO IGNORE IT!!!!
X-SVN-Rev: 3375
2001-01-04 00:47:30 +00:00
Vladimir Weinstein
3aa279ce50 ICU-96 starting the 1.8 implementation
X-SVN-Rev: 3374
2001-01-04 00:45:41 +00:00
Steven R. Loomis
80732f6f4d ICU-639 updated some country/language names from local sources
X-SVN-Rev: 3373
2001-01-03 22:02:21 +00:00
Markus Scherer
489c85c4bc ICU-287 optimize UTF-16 handling in _MBCSSingleFromBMPWithOffsets() and a couple of U->single mappings
X-SVN-Rev: 3372
2001-01-03 21:17:39 +00:00
Markus Scherer
2185eb13a7 ICU-484 fix (offsets!) and optimize UTF-16 converters
X-SVN-Rev: 3371
2001-01-03 20:42:13 +00:00
George Rhoten
1371a43d35 ICU-790 limits.h addition changes for HP11
X-SVN-Rev: 3370
2001-01-03 02:48:20 +00:00
George Rhoten
937fa66aa6 ICU-743 Updated the ICU_DATA examples
X-SVN-Rev: 3369
2001-01-03 02:45:24 +00:00
George Rhoten
12be88768c ICU-573 Put in putil.h
X-SVN-Rev: 3368
2001-01-03 02:24:47 +00:00
Markus Scherer
3a6f983265 ICU-701 fix and optimize LMBCSConversionWorker()
X-SVN-Rev: 3367
2001-01-03 01:21:22 +00:00
Markus Scherer
79f2e06f96 ICU-701 re-fix subchar to match the tests
X-SVN-Rev: 3366
2001-01-03 00:37:31 +00:00
Markus Scherer
95a8083095 ICU-701 add code to test if a subchar byte sequence is valid in the codepage structure
X-SVN-Rev: 3365
2001-01-03 00:30:31 +00:00
Markus Scherer
11b0460fe4 ICU-701 add code to test if a codepage byte sequence is valid in the codepage structure
X-SVN-Rev: 3364
2001-01-03 00:29:09 +00:00
Markus Scherer
ca5a84c505 ICU-701 fix subchar
X-SVN-Rev: 3363
2001-01-03 00:27:42 +00:00
George Rhoten
356f7d1cc2 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3362
2001-01-03 00:22:12 +00:00
George Rhoten
bc3aaa20ef ICU-573 Put in putil.h
X-SVN-Rev: 3361
2001-01-03 00:18:57 +00:00
George Rhoten
32b80ac33f ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3360
2001-01-03 00:10:21 +00:00
Markus Scherer
b98bf4fdb2 ICU-484 optimize fromUnicode conversions
X-SVN-Rev: 3359
2001-01-02 23:55:47 +00:00
Markus Scherer
0da2a482ab ICU-484 remove includes for ucmpXY.h
X-SVN-Rev: 3358
2001-01-02 23:18:29 +00:00
Markus Scherer
da24b0c469 ICU-484 test for correct offsets with surrogate pairs
X-SVN-Rev: 3357
2001-01-02 23:14:33 +00:00
Markus Scherer
e8b1370dd1 ICU-705 compare converter names case-insensitively
X-SVN-Rev: 3356
2001-01-02 23:13:54 +00:00
Markus Scherer
1446e3f548 ICU-484 use MBCS functions instead of DBCS
X-SVN-Rev: 3355
2001-01-02 23:12:52 +00:00
Markus Scherer
ed92981f7b ICU-484 set -1 for all offsets if there is no offset-calculating converter function; ucnv_getType() use _MBCSGetType()
X-SVN-Rev: 3354
2001-01-02 23:11:11 +00:00
Markus Scherer
8eb8473811 ICU-484 remove old code for SBCS, DBCS, and EBCDIC_STATEFUL
X-SVN-Rev: 3353
2001-01-02 23:09:45 +00:00
Markus Scherer
eda9b41095 ICU-484 add _MBCSGetType() for MBCS to handle all table-based codepages
X-SVN-Rev: 3352
2001-01-02 23:01:38 +00:00
Markus Scherer
2fae985450 ICU-484 remove old code for SBCS, DBCS, and EBCDIC_STATEFUL
X-SVN-Rev: 3351
2001-01-02 22:59:27 +00:00
Markus Scherer
19c537c614 ICU-484 handle EBCDIC_STATEFUL with MBCS data structures, compact toUnicode for codepages with max 2B/char, fix stage 2 table size
X-SVN-Rev: 3350
2001-01-02 22:58:52 +00:00
George Rhoten
fa17ea33ee ICU-97 Put more detail into the error message
X-SVN-Rev: 3349
2001-01-02 22:56:30 +00:00
Markus Scherer
fba15a1c31 ICU-484 for SBCS, DBCS, and EBCDIC_STATEFUL use MBCS with precanned state tables
X-SVN-Rev: 3348
2001-01-02 22:55:14 +00:00
Markus Scherer
d3f60d075e ICU-484 remove old code for SBCS, DBCS, and EBCDIC_STATEFUL
X-SVN-Rev: 3347
2001-01-02 22:54:07 +00:00
Markus Scherer
f00172b235 ICU-484 not EBCDIC DBCS, change to MBCS with 7-bit DBCS state table and untabify
X-SVN-Rev: 3346
2001-01-02 22:52:12 +00:00
Markus Scherer
04b7fbc732 ICU-484 not EBCDIC DBCS, change to MBCS
X-SVN-Rev: 3345
2001-01-02 22:51:29 +00:00
Markus Scherer
6bcbaa2144 ICU-484 remove illegal SI/SO mappings
X-SVN-Rev: 3344
2001-01-02 22:47:32 +00:00
Markus Scherer
58ad79182a ICU-484 change to MBCS and untabify
X-SVN-Rev: 3343
2001-01-02 22:44:44 +00:00
Markus Scherer
72fff0e7a3 ICU-484 untabify
X-SVN-Rev: 3342
2001-01-02 22:42:36 +00:00
George Rhoten
98f6af2594 ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3341
2001-01-02 22:40:30 +00:00
George Rhoten
db8000aa95 ICU-790 limits.h removal changes.
X-SVN-Rev: 3340
2001-01-02 21:20:00 +00:00
George Rhoten
1fa3742da0 ICU-790 put limits.h back into the code
X-SVN-Rev: 3339
2001-01-02 21:17:18 +00:00
George Rhoten
1dd2623d4a ICU-790 limits.h removal changes.
X-SVN-Rev: 3338
2001-01-02 21:12:59 +00:00
Ram Viswanadha
74e70e363c ICU-639 Misc locale data fixes
X-SVN-Rev: 3337
2001-01-02 20:50:09 +00:00
George Rhoten
997363145c ICU-790 Removed limits.h
X-SVN-Rev: 3336
2001-01-02 20:46:24 +00:00
George Rhoten
1fa886577f ICU-790 Removed limits.h and T_INT32_* definitions
X-SVN-Rev: 3335
2001-01-02 19:58:05 +00:00
George Rhoten
4e4f4f5dae ICU-790 Removed some unnecessary headers
X-SVN-Rev: 3334
2001-01-02 19:37:08 +00:00