Markus Scherer
5ca054e8af
ICU-701 new .ucm parser, type-specific code factored out
...
X-SVN-Rev: 2915
2000-11-15 00:56:35 +00:00
Markus Scherer
5d191952d7
ICU-544 support reverse fallbacks codepage->U
...
X-SVN-Rev: 2845
2000-10-30 21:03:06 +00:00
Steven R. Loomis
c12237ff37
ICU-627 fix portability of UConverterStaticData
...
X-SVN-Rev: 2557
2000-10-03 20:18:22 +00:00
George Rhoten
83d06a9d80
ICU-597 fixed a small problem with strtoupper that I fixed for OS/400
...
X-SVN-Rev: 2478
2000-09-22 16:45:56 +00:00
George Rhoten
7783b01356
ICU-597 Make the definition for main more consistent for OS/400.
...
X-SVN-Rev: 2473
2000-09-21 21:49:32 +00:00
George Rhoten
e987689c07
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2369
2000-08-28 23:15:05 +00:00
Steven R. Loomis
bd94ac5ec8
ICU-567 MacOS
...
X-SVN-Rev: 2366
2000-08-28 21:36:13 +00:00
Vladimir Weinstein
250331389c
ICU-548 converter leaks fixes
...
X-SVN-Rev: 2230
2000-08-14 23:11:00 +00:00
George Rhoten
ff045b6bb6
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2143
2000-08-09 17:24:54 +00:00
Markus Scherer
2d4410c3f2
ICU-505 more reasonable input buffer size
...
X-SVN-Rev: 1906
2000-07-17 19:48:55 +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
2d466764df
ICU-103 replace the mbcs implementation by one that supports up to 4 bytes/char and full utf-16
...
X-SVN-Rev: 1838
2000-07-13 00:26:14 +00:00
Yves Arrouye
b4e4f9d031
ICU-377 more changes to please the Mach linker.
...
X-SVN-Rev: 1805
2000-07-12 06:43:32 +00:00
Madhu K
bd157cd849
ICU-43 Fix in the SBCS
...
X-SVN-Rev: 1782
2000-07-10 22:50:32 +00:00
Madhu K
18f38a2d19
ICU-43 Parse Error for mbcs
...
X-SVN-Rev: 1738
2000-07-05 23:04:48 +00:00
Madhu K
2cbcf5e6aa
ICU-43 Fix in fallback implementation.
...
X-SVN-Rev: 1735
2000-07-05 19:06:02 +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
Steven R. Loomis
f7e25d8f56
ICU-353 typo
...
X-SVN-Rev: 1597
2000-06-09 23:05:39 +00:00
Yves Arrouye
24c4175aff
ICU-353 use ucmp16_getu() instead of ucmp16_get() when comparing with
...
replacement characters (or gcc warns that the tests will always be false,
which is true due to sign extension).
X-SVN-Rev: 1592
2000-06-09 18:33:46 +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
Yves Arrouye
f36bd9a39a
ICU-381 replaced U_NULL by NULL.
...
X-SVN-Rev: 1362
2000-05-13 16:27:10 +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
Vladimir Weinstein
c9bdfc72b2
ICU-267 fix warnings, new .dsp file
...
X-SVN-Rev: 1201
2000-04-20 20:57:51 +00:00
Steven R. Loomis
994272e648
ICU-267 initialize staticdata before use
...
X-SVN-Rev: 1200
2000-04-20 20:37:59 +00:00
Steven R. Loomis
fd4d62ffe1
ICU-267 move static data into makeconv for data based converters, fix initialization during makeconv
...
X-SVN-Rev: 1198
2000-04-20 19:43:32 +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
Markus Scherer
8c45aac594
ICU-364 use common command line parser and destdir option
...
X-SVN-Rev: 1159
2000-04-18 23:51:15 +00:00
Helena Chapman
feff591551
ICU-354 Merge back the 1.4.1.1 changes.
...
X-SVN-Rev: 1151
2000-04-18 21:57:47 +00:00
Yves Arrouye
5e1d719c5c
ICU-282 changed udata_create() to have the directory as its first
...
argument, as suggested by Markus (so it now looks like udata_open() and
friends); updated the Doc++ documentation for the directory argument;
changed all tools to put the directory first.
X-SVN-Rev: 890
2000-03-04 01:19:19 +00:00
Yves Arrouye
57eacb7563
ICU-282 pass a directory argument to udata_create().
...
X-SVN-Rev: 866
2000-02-29 18:42:28 +00:00
Brendan Murray
7aa7596ff8
ICU-270 fixed incorrect use of the table->mbcs.starters in the ebcdic stateful generator
...
X-SVN-Rev: 740
2000-02-10 00:18:45 +00:00
Markus Scherer
f83bf17a46
ICU-256 handle platform-U_FILE_SEP_CHAR: don't rely on '/'! (untabify, too)
...
X-SVN-Rev: 735
2000-02-09 01:29:21 +00:00
Yves Arrouye
b198364fce
ICU-256 makeconv displays incorrect paths.
...
X-SVN-Rev: 724
2000-02-07 20:54:50 +00:00
Markus Scherer
7f7b2d90f3
ICU-266 c++-ify UConverter (UConverterImpl resembles a vtable)
...
X-SVN-Rev: 721
2000-02-05 00:19:15 +00:00
Steven R. Loomis
8e1f7f07e4
ICU-227 better error handling in makeconv, and set ICU_DATA in the w32 build script
...
X-SVN-Rev: 669
2000-01-21 02:15:42 +00:00
Vladimir Weinstein
8b20f17f49
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
...
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Steven R. Loomis
b98cc6ff9e
ICU-157 udata, fixes for hpux..
...
X-SVN-Rev: 421
1999-12-15 21:42:15 +00:00
Steven R. Loomis
343d4b3e58
ICU-157 UDATA updates for Machines with Alignment Problems, and to align cnv/ucmp data.
...
X-SVN-Rev: 416
1999-12-15 05:14:03 +00:00
Markus Scherer
72e30ff3bb
ICU-92 use getLongPathname() for filename arguments
...
X-SVN-Rev: 400
1999-12-14 01:30:27 +00:00
Markus Scherer
f452a84c52
ICU-161 change copyright for open source
...
X-SVN-Rev: 393
1999-12-13 22:28:37 +00:00
Helena Chapman
61c30e4e4e
ICU-157 Updated the copyright notice in the icudata.dll file.
...
X-SVN-Rev: 336
1999-12-07 23:30:58 +00:00
Alan Liu
790ec0ad48
ICU-157 make recognize Windows dir separator as well as UNIX sep
...
X-SVN-Rev: 316
1999-12-06 06:27:59 +00:00
Alan Liu
e7c286fe96
ICU-157 fix to build on Windows; temporary fix to uninitialized vars in makeconv.c
...
X-SVN-Rev: 312
1999-12-05 15:43:04 +00:00
Steven R. Loomis
a34482e43f
ICU-157 converter data in udata + udata fixes
...
X-SVN-Rev: 296
1999-12-04 02:31:40 +00:00
Markus Scherer
2c4a9d67f5
ICU-165 move some code from icu/common to makeconv.c
...
X-SVN-Rev: 251
1999-11-23 23:04:40 +00:00
Markus Scherer
07a2bc0937
ICU-6 more renaming of constant names
...
FAILURE -> U_FAILURE etc.
X-SVN-Rev: 76
1999-10-18 22:48:32 +00:00
Markus Scherer
b942cae860
ICU-6 change enum constants that do not conform to our naming conventions
...
X-SVN-Rev: 18
1999-10-07 00:07:53 +00:00
Helena Chapman
1ccc7d153f
ICU version 1.3 merge from CMVS.
...
X-SVN-Rev: 9
1999-09-30 23:47:52 +00:00
Unknown User
aa0b0a88e8
Initial revision
...
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00