Commit Graph

42 Commits

Author SHA1 Message Date
George Rhoten
c5dda76d0a ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14097
2003-12-11 05:00:40 +00:00
George Rhoten
974564edac ICU-3260 Make sure that the tools don't need ICU_DATA to be set before being run.
X-SVN-Rev: 13119
2003-09-17 02:41:45 +00:00
Andy Heninger
78ca2fdfc9 ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
Markus Scherer
29ceab3f7b ICU-2329 check for invariant characters in converter names and aliases; also fix bugs in options handling
X-SVN-Rev: 12589
2003-07-02 23:14:10 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
0e62580a4a ICU-2593 Just make sure that the aliases don't have options because they aren't needed.
There isn't a need to verify the converter name because we may want to unlist a converter without an option.

X-SVN-Rev: 11148
2003-02-25 01:58:57 +00:00
George Rhoten
6b8d91016e ICU-2536 Display more consistent results when managing alias conflicts.
X-SVN-Rev: 10842
2003-01-11 01:26:50 +00:00
George Rhoten
c96e48e97e ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9689
2002-08-13 16:10:43 +00:00
George Rhoten
d00b7eaa25 ICU-2072 Add some better (and correct) alias data to test ambiguous converter aliases
X-SVN-Rev: 9626
2002-08-08 22:46:05 +00:00
Steven R. Loomis
06d5ee2949 ICU-1992 data packaging changes
X-SVN-Rev: 9223
2002-07-17 03:56:50 +00:00
George Rhoten
c676ede6b7 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9203
2002-07-16 17:23:05 +00:00
George Rhoten
d00c3aa74a ICU-868 Fix for HP/UX
X-SVN-Rev: 9114
2002-07-12 18:06:28 +00:00
George Rhoten
70debd215f ICU-868 New alias scheme.
X-SVN-Rev: 8975
2002-06-28 23:13:30 +00:00
George Rhoten
dce8ee6d71 ICU-868 Allow multiline parsing of aliases, and a list of standard tags
X-SVN-Rev: 8858
2002-06-12 17:29:40 +00:00
George Rhoten
9f3b0c5276 ICU-1733 Integrate some of Lotus' changes on mainframes.
X-SVN-Rev: 8060
2002-03-15 23:41:40 +00:00
George Rhoten
e33da55324 ICU-1499 Change LocaleID from string -> int.
X-SVN-Rev: 7599
2002-02-08 01:08:50 +00:00
George Rhoten
f630df2b9f ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4333
2001-03-26 20:43:03 +00:00
Andy Heninger
360f38dc1e ICU-903 updated copyright notices.
X-SVN-Rev: 4245
2001-03-21 23:22:16 +00:00
George Rhoten
bc3aaa20ef ICU-573 Put in putil.h
X-SVN-Rev: 3361
2001-01-03 00:18:57 +00:00
Yves Arrouye
4d4bedd303 ICU-720 expose a name comparison function for converter names
X-SVN-Rev: 2934
2000-11-17 06:07:31 +00:00
Yves Arrouye
59ce3d1187 ICU-720 expose ucnv_aliasNameCmp() (instead of the private
charsetNameCmp(), and use the new function where needed.

X-SVN-Rev: 2930
2000-11-17 05:02:31 +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
6faae650dc ICU-535 fixed some compiler warnings
X-SVN-Rev: 2336
2000-08-23 16:46:39 +00:00
George Rhoten
040a460a82 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2201
2000-08-11 19:45:02 +00:00
Yves Arrouye
df4f896f23 ICU-322 supports tags on the converter name itself, since it is an
alias to itself too.

X-SVN-Rev: 2171
2000-08-10 20:04:08 +00:00
Yves Arrouye
563d62bc75 ICU-322 adds tag (standards) data to the generated file. The format
version has been bumped down to 2.1 from 3.0 since a reader for the 2.0
format can read it without noticing the extra data.

X-SVN-Rev: 2160
2000-08-10 01:31:28 +00:00
Helena Chapman
1a9b1ef2ee ICU-322 Skip the MIME tag for the canonical names...
X-SVN-Rev: 2118
2000-08-07 18:05:01 +00:00
Helena Chapman
7a179083c4 ICU-322 updated alias generator to skip the canonical name tags.
X-SVN-Rev: 2116
2000-08-05 01:30:54 +00:00
Yves Arrouye
e26463f372 ICU-322 allows parsing of tags after aliases; a tagged alias looks
like alias { tag1 tag2 tag3 } per Carl's suggested syntax. Note that the
tags aren't stored at this point, just correctly skipped over.

X-SVN-Rev: 2110
2000-08-04 00:37:27 +00:00
Alan Liu
1ab1e529c5 ICU-307 lenient converter name matching
X-SVN-Rev: 1957
2000-07-19 22:18:43 +00:00
Yves Arrouye
322925133b ICU-348 fixed declarations.
X-SVN-Rev: 1229
2000-04-24 20:25:06 +00:00
Markus Scherer
3b795be131 ICU-364 use common command line parser and destdir option
X-SVN-Rev: 1148
2000-04-18 21:16:39 +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
Yves Arrouye
247a2b7c11 ICU-212 out-of-source build. gencnval now accepts the path of the
convrtrs.txt file as a command-line argument.

X-SVN-Rev: 725
2000-02-07 20:55:54 +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
Vladimir Weinstein
3c3a41085f ICU-167 gencnval does not emit usage message unless needed
X-SVN-Rev: 458
1999-12-22 20:26:19 +00:00
Markus Scherer
f452a84c52 ICU-161 change copyright for open source
X-SVN-Rev: 393
1999-12-13 22:28:37 +00:00
Markus Scherer
2d26f13d40 ICU-175 rename errorName() to u_errorName()
X-SVN-Rev: 343
1999-12-08 23:31:17 +00:00
Markus Scherer
590d75d8ee ICU-165 improve cnvalias.dat file format for binary search (CPU cache efficiency)
X-SVN-Rev: 333
1999-12-07 18:29:32 +00:00
Markus Scherer
c372fee921 ICU-165 better file format for cnvalias.dat
X-SVN-Rev: 246
1999-11-23 22:49:12 +00:00
Markus Scherer
e89416b81d ICU-165 create the binary file for convrtrs.txt
X-SVN-Rev: 233
1999-11-23 02:17:43 +00:00