George Rhoten
fe2193ec6b
ICU-535 fixed some compiler errors for UP-UX
...
X-SVN-Rev: 2174
2000-08-10 20:55:49 +00:00
Yves Arrouye
29a3449047
ICU-322 finished adding all the relevant IANA names from RFC 1700, and a variety of commonly known MIME names; the whole MIME mapping list in Locale Explorer is now here, for example.
...
X-SVN-Rev: 2173
2000-08-10 20:39:33 +00:00
Vladimir Weinstein
6276917002
ICU-541 Test for ures_getVersion
...
X-SVN-Rev: 2172
2000-08-10 20:20:10 +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
Vladimir Weinstein
18d1052fd6
ICU-541 test synchronization between LCIDs and posix locale names - Win32 only
...
X-SVN-Rev: 2170
2000-08-10 19:45:46 +00:00
Vladimir Weinstein
718c069cc4
ICU-541 Implemented ures_getVersion
...
X-SVN-Rev: 2169
2000-08-10 19:10:12 +00:00
Vladimir Weinstein
e6f0cc25d2
ICU-322 UDataInfo structure must initialize size field before calling udata_getInfo
...
X-SVN-Rev: 2168
2000-08-10 16:34:07 +00:00
Yves Arrouye
d14964b8c6
ICU-393 added XMLConverter
...
X-SVN-Rev: 2167
2000-08-10 04:05:22 +00:00
Yves Arrouye
754b2862cf
ICU-322 correctky skips over the trailing 0 when looking for the nth
...
standard name.
X-SVN-Rev: 2166
2000-08-10 03:53:44 +00:00
George Rhoten
224cf62fdd
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2165
2000-08-10 02:08:49 +00:00
George Rhoten
a34fe9a10a
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2164
2000-08-10 01:59:18 +00:00
Yves Arrouye
b05b16141b
ICU-322 actual testing code for the standard names :)
...
X-SVN-Rev: 2163
2000-08-10 01:33:48 +00:00
Yves Arrouye
59a694988c
ICU-322 added tests for the standard names. The tests depend on MIME
...
and IANA tags on UTF8 and ibm-367.
X-SVN-Rev: 2162
2000-08-10 01:33:28 +00:00
Yves Arrouye
921a9787cc
ICU-322 support for standard names, which are tagged converter
...
aliases.
X-SVN-Rev: 2161
2000-08-10 01:32:29 +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
George Rhoten
0a22502b3c
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2159
2000-08-10 01:01:57 +00:00
George Rhoten
fd63d5b2d5
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2158
2000-08-10 00:52:52 +00:00
George Rhoten
c0f0217993
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2157
2000-08-10 00:28:31 +00:00
Yves Arrouye
91d5a8163e
ICU-360 fix the return of the the system exit code so that the
...
!@()$#&!)@$ make will stop. Here's the short story: on Unix system returns
the status code in the *upper 8 bits* of a 16 bit value, plus some magic
values. If you don't shift the return value right 8 bits, and return that,
then the calling process won't see the error, because it will only see the
low 8 bits (which don't make sense, the data being in the upper 8 bits).
This is a common mistake people do when using system.
Don't ask how long it took me to notice that pkgdata failed
to stop the makefiles, I'm too upset right now...
X-SVN-Rev: 2156
2000-08-10 00:09:17 +00:00
Helena Chapman
118e812785
ICU-89 Update the Collator version info again.
...
X-SVN-Rev: 2155
2000-08-09 23:39:15 +00:00
George Rhoten
2d12649bce
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2154
2000-08-09 23:34:41 +00:00
Helena Chapman
2a8843171c
ICU-89 Update the Collator version info again.
...
X-SVN-Rev: 2153
2000-08-09 23:20:50 +00:00
Vladimir Weinstein
6656731933
ICU-461 fixes to locmap (wrong data & order) + added mapping root<->LANG_NEUTRAL
...
X-SVN-Rev: 2152
2000-08-09 22:59:12 +00:00
Vladimir Weinstein
c3e8cd3c03
ICU-461 locale data synced with LCID<->POSIX mapping
...
X-SVN-Rev: 2151
2000-08-09 22:58:01 +00:00
George Rhoten
d377787679
ICU-534 Now it should work the same on non-ASCII compilers and compilers that use the same pointers for the same static strings.
...
X-SVN-Rev: 2150
2000-08-09 22:57:52 +00:00
Alan Liu
a986339aee
ICU-89 bump Collator version number due to change in Normalizer algorithm and tables
...
X-SVN-Rev: 2149
2000-08-09 22:49:33 +00:00
Madhu K
f4ff2cf82e
ICU-447 Modified the tests to avoid failures on Japnese machine
...
X-SVN-Rev: 2148
2000-08-09 22:49:24 +00:00
Helena Chapman
b573a15d4b
ICU-311 Make sure ucnv_cb.h is also exported.
...
X-SVN-Rev: 2147
2000-08-09 22:41:15 +00:00
George Rhoten
e91ba61b22
ICU-512 Infinity now parses correctly
...
X-SVN-Rev: 2146
2000-08-09 20:46:49 +00:00
Alan Liu
8710d5978d
ICU-89 bump Collator version number due to change in Normalizer algorithm and tables
...
X-SVN-Rev: 2145
2000-08-09 19:07:33 +00:00
George Rhoten
09f57a9f46
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2144
2000-08-09 17:39:16 +00:00
George Rhoten
ff045b6bb6
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2143
2000-08-09 17:24:54 +00:00
George Rhoten
22ddce2f96
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2142
2000-08-09 17:14:35 +00:00
Vladimir Weinstein
6acca44836
ICU-457 is there such a thing as too many quotes????
...
X-SVN-Rev: 2141
2000-08-09 15:38:22 +00:00
Vladimir Weinstein
bcf0e03f75
ICU-58 CET should be MET
...
X-SVN-Rev: 2140
2000-08-09 01:45:48 +00:00
George Rhoten
5a1369d8bc
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2139
2000-08-08 23:26:10 +00:00
Vladimir Weinstein
f960d434ea
ICU-457 support for spaces in dir names on Win32 (initial revision)
...
X-SVN-Rev: 2138
2000-08-08 23:20:37 +00:00
George Rhoten
c849211ab3
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2137
2000-08-08 22:15:50 +00:00
George Rhoten
6e855d17f7
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2136
2000-08-08 21:36:52 +00:00
George Rhoten
dd9b2b776e
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2135
2000-08-08 21:20:40 +00:00
George Rhoten
760453c495
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2134
2000-08-08 20:38:48 +00:00
Madhu K
c3c345050b
ICU-447 Added tests for T_CString_strnicmp()
...
X-SVN-Rev: 2133
2000-08-08 16:55:48 +00:00
George Rhoten
74b568ba6d
ICU-512 accidentally modifed the wrong line for (isParseIntegerOnly() || sawDecimal)
...
X-SVN-Rev: 2132
2000-08-08 02:13:55 +00:00
George Rhoten
965e162a6b
ICU-472 strlen is no longer called in u_uastrncpy
...
X-SVN-Rev: 2131
2000-08-08 00:18:02 +00:00
George Rhoten
bfb09f49ac
ICU-512 Reenabled the code Unicode::digitValue(ch) and checked that an "]" in the exponent will not be interpreted as 0.
...
X-SVN-Rev: 2130
2000-08-07 23:09:41 +00:00
George Rhoten
3b0b2f66dd
ICU-512 Reenabled the code Unicode::digitValue(ch). Can directly compare certain strings now instead of creating an object to create the string.
...
X-SVN-Rev: 2129
2000-08-07 23:06:28 +00:00
Helena Chapman
bba0858715
ICU-373 Added support for Thai and JISX-208 codepages.
...
X-SVN-Rev: 2127
2000-08-07 23:06:24 +00:00
Helena Chapman
b853fb70a0
ICU-373 Added support for ibm-1388 codepage.
...
X-SVN-Rev: 2126
2000-08-07 23:04:41 +00:00
George Rhoten
bc2011f889
ICU-97 Can directly compare certain strings now instead of creating an object to create the string.
...
X-SVN-Rev: 2125
2000-08-07 23:02:51 +00:00
Madhu K
2a540650ad
ICU-103 Replaced ibm-5050 with ibm-33722
...
X-SVN-Rev: 2124
2000-08-07 22:33:50 +00:00