George Rhoten
760453c495
ICU-535 Removed a compiler warning
...
X-SVN-Rev: 2134
2000-08-08 20:38:48 +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
Helena Chapman
b853fb70a0
ICU-373 Added support for ibm-1388 codepage.
...
X-SVN-Rev: 2126
2000-08-07 23:04:41 +00:00
Vladimir Weinstein
51a6a42dbe
ICU-461 LCID <-> POSIX translation is updated and synchronized with Windows data
...
X-SVN-Rev: 2122
2000-08-07 22:01:07 +00:00
Yves Arrouye
67948bdd9f
ICU-322 added uprv_strnicmp() for use by gencnval.
...
X-SVN-Rev: 2111
2000-08-04 04:48:09 +00:00
Madhu K
3c59e35c1e
ICU-447 fixed expand
...
X-SVN-Rev: 2104
2000-08-02 23:40:16 +00:00
Steven R. Loomis
6fa70ecf4a
ICU-527 Don't crash if setlocale() returns NULL
...
X-SVN-Rev: 2099
2000-08-02 19:36:19 +00:00
Steven R. Loomis
afbd051d76
ICU-311 more cbWrite updates and changes to the included callbacks
...
X-SVN-Rev: 2098
2000-08-02 19:35:17 +00:00
Alan Liu
fdb2dc8d65
ICU-89 fix handling of recursively decomposing chars
...
X-SVN-Rev: 2089
2000-08-01 20:29:15 +00:00
Vladimir Weinstein
2d4ed86f3e
ICU-432 UnicodeConverter copy ctor used new for memory freed by free
...
X-SVN-Rev: 2088
2000-08-01 19:41:44 +00:00
George Rhoten
c97ff0012b
ICU-469 added some Todo comments.
...
X-SVN-Rev: 2087
2000-08-01 17:58:43 +00:00
Yves Arrouye
723cec4f28
ICU-518 UnicodeConverterCPP renamed to UnicodeConverter.
...
X-SVN-Rev: 2084
2000-08-01 00:44:15 +00:00
Madhu K
ef00c94aa2
ICU-311 header file ucnv_cb.h missing
...
X-SVN-Rev: 2082
2000-07-31 23:39:28 +00:00
Vladimir Weinstein
759d6be056
ICU-460 OS/390 related changes
...
X-SVN-Rev: 2079
2000-07-31 22:33:44 +00:00
Yves Arrouye
7cc6dbc8c8
ICU-353 corrected initialization of array.
...
X-SVN-Rev: 2077
2000-07-31 18:46:38 +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
Steven R. Loomis
70ef5879e2
ICU-311 cbWrite implementation
...
X-SVN-Rev: 2073
2000-07-31 14:38:10 +00:00
George Rhoten
01583c7470
ICU-469 Added some improvements to speed up the code by 10% for normal unicode conversion.
...
X-SVN-Rev: 2060
2000-07-28 03:11:38 +00:00
Madhu K
8cf8308bc9
ICU-176 Fixed utf8_appendCharSafeBody to handle buffer overflow correctly
...
X-SVN-Rev: 2051
2000-07-26 22:37:11 +00:00
Steven R. Loomis
de7b2bd35a
ICU-176 utf8 table update for unix
...
X-SVN-Rev: 2050
2000-07-26 20:37:53 +00:00
Alan Liu
811aebdf9d
ICU-89 rename local variable
...
X-SVN-Rev: 2049
2000-07-26 20:17:45 +00:00
Alan Liu
7678a3a760
ICU-89 add private doReplace
...
X-SVN-Rev: 2048
2000-07-26 16:41:17 +00:00
Alan Liu
9020805ecf
ICU-89 numerous changes large and small to bring into conformance with UTR15
...
X-SVN-Rev: 2047
2000-07-26 16:40:43 +00:00
Alan Liu
aaedfda461
ICU-89 change typeMask to typeBit, other updates for 3.0 conformance
...
X-SVN-Rev: 2045
2000-07-26 16:24:12 +00:00
Madhu K
2ed6efa244
ICU-176 UCAPI needed for utf_countTrailBytes for export
...
X-SVN-Rev: 2040
2000-07-26 02:01:00 +00:00
Madhu K
460392f2d8
ICU-176 Added ifdef for U_IMPORT and U_EXPORT for utf_countTrailBytes
...
X-SVN-Rev: 2039
2000-07-26 02:00:22 +00:00
George Rhoten
4a3d9b01fe
ICU-469 Fixed a few offset errors with trucated UTF-8 chars,
...
and the invalid UTF-8 tail should now be written with small buffers.
X-SVN-Rev: 2038
2000-07-26 00:55:30 +00:00
George Rhoten
e4767761cf
ICU-311 The offset is now incremented with the target when a character is substitued.
...
I also removed some tabs within the file.
X-SVN-Rev: 2037
2000-07-26 00:20:19 +00:00
George Rhoten
11452e3956
ICU-469 Fixed various UTF-8 offset bugs and added some
...
optimizations by doing pointer arithmatic instead of array indexing.
X-SVN-Rev: 2033
2000-07-25 19:33:02 +00:00
Yves Arrouye
3e9dfa505f
ICU-353 removed warnings.
...
X-SVN-Rev: 2032
2000-07-25 17:00:23 +00:00
Madhu K
9882141a96
ICU-176 two important macros need more parentheses for op precedence!
...
X-SVN-Rev: 2031
2000-07-25 00:46:25 +00:00
George Rhoten
d27fbfa1f1
ICU-469 When fromUCharErrorBehaviour was set to
...
the function pointer in the jump table that jumped to
UCNV_FROM_U_CALLBACK_STOP, the macros would
break out of the current loop prematurely.
X-SVN-Rev: 2029
2000-07-24 20:33:23 +00:00
George Rhoten
c6dd3c3c43
ICU-469 miscellaneous bug fixes for UTF-8
...
X-SVN-Rev: 2025
2000-07-22 03:21:16 +00:00
Alan Liu
a96ab43e48
ICU-498 indentation cleanup
...
X-SVN-Rev: 2024
2000-07-22 00:10:49 +00:00
Markus Scherer
9a4e8565f5
ICU-311 formally remove broken iso-2022 support for now
...
X-SVN-Rev: 2022
2000-07-22 00:02:57 +00:00
Markus Scherer
3aacc28a78
ICU-311 harden some functions for bad input
...
X-SVN-Rev: 2021
2000-07-21 23:58:31 +00:00
Markus Scherer
6e5dc84c5c
ICU-311 comment out currently unused functions
...
X-SVN-Rev: 2016
2000-07-21 22:48:15 +00:00
George Rhoten
1e5e8a4f36
ICU-469 small speed improvement for UTF-8
...
X-SVN-Rev: 2009
2000-07-21 20:42:04 +00:00
George Rhoten
5f79ea13fe
ICU-469 follows the coding style rules better, and fixed a few UTF-8 bugs
...
X-SVN-Rev: 2003
2000-07-21 01:25:30 +00:00
Steven R. Loomis
6260858f4f
ICU-107 ubidiwrt.c
...
X-SVN-Rev: 2000
2000-07-21 00:53:51 +00:00
Steven R. Loomis
77001a5b42
ICU-184 Why was this file still here?
...
X-SVN-Rev: 1999
2000-07-21 00:25:26 +00:00
Vladimir Weinstein
b32fbfedc6
ICU-447 removed dead code
...
X-SVN-Rev: 1995
2000-07-20 22:25:32 +00:00
Vladimir Weinstein
42fe74c7d2
ICU-442 remove dependency on wchar.h
...
X-SVN-Rev: 1992
2000-07-20 20:52:12 +00:00
Yves Arrouye
a3b6777ec0
ICU-377 small fixes for Darwin.
...
X-SVN-Rev: 1970
2000-07-20 05:17:49 +00:00
Yves Arrouye
13dccbd5b1
ICU-377 split the POXIX functionality into U_POSIX_LOCALE,
...
U_POSIX_TIMEZONE, and add U_HAVE_NL_LANGINFO for those that have
U_POSIX_LOCALE defined (may or may not have nl_langinfo()). nl_langinfo()
should be autodected but I'm lazy today (and everything in putil.c should
be autodected, actually, so there!). For Darwin, define U_POSIX_LOCALE
but not U_HAVE_NL_LANGINFO.
X-SVN-Rev: 1969
2000-07-20 04:43:47 +00:00
Helena Chapman
f9ea95a88e
ICU-401 More 400 compilation changes.
...
X-SVN-Rev: 1964
2000-07-20 00:39:21 +00:00
George Rhoten
0d727eb7f0
ICU-469 Fixed a problem when UTF-8 has a surrogate on two different buffers.
...
X-SVN-Rev: 1962
2000-07-20 00:10:15 +00:00
Alan Liu
1ab1e529c5
ICU-307 lenient converter name matching
...
X-SVN-Rev: 1957
2000-07-19 22:18:43 +00:00
Markus Scherer
fc5da8caef
ICU-103 fromU() improvement needed more condition checking
...
X-SVN-Rev: 1955
2000-07-19 21:54:16 +00:00
Markus Scherer
7130aeef99
ICU-103 more performance in fromU() by goto _into_ the loop
...
X-SVN-Rev: 1954
2000-07-19 21:24:04 +00:00