Fredrik Roubert
|
17606e0345
|
ICU-20601 Remove superfluous semicolons (-Wextra-semi-stmt).
|
2019-08-09 14:38:52 +02:00 |
|
Markus Scherer
|
fa2ddc86c7
|
ICU-13311 change illegal-UTF-8 handling in converter code
X-SVN-Rev: 40455
|
2017-09-23 06:34:53 +00:00 |
|
Andy Heninger
|
242e02c388
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
X-SVN-Rev: 39583
|
2017-01-20 00:20:31 +00:00 |
|
Michael Ow
|
61607c2773
|
ICU-12564 Update copyright notice in trunk
X-SVN-Rev: 38848
|
2016-06-15 18:58:17 +00:00 |
|
Yoshito Umaoka
|
00ca13e126
|
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
X-SVN-Rev: 38776
|
2016-05-31 21:45:07 +00:00 |
|
Michael Ow
|
c9f199a30f
|
ICU-12564 Update copyright notice in ICU4C
X-SVN-Rev: 38761
|
2016-05-26 22:32:17 +00:00 |
|
Fredrik Roubert
|
f34de568c4
|
ICU-12012 Replace irregular sizeof expressions with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/286430043 .
X-SVN-Rev: 38378
|
2016-02-26 11:21:55 +00:00 |
|
Fredrik Roubert
|
f75e591321
|
ICU-12012 Replace all sizeof p / U_SIZEOF_... with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/291740043 .
X-SVN-Rev: 38349
|
2016-02-24 22:52:29 +00:00 |
|
Fredrik Roubert
|
7f4b8d106b
|
ICU-12012 Replace all sizeof p / sizeof *p with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/285520043 .
X-SVN-Rev: 38337
|
2016-02-23 10:40:09 +00:00 |
|
Michael Ow
|
5794bfbf66
|
ICU-9673 Update EUC-JP mapping to use updated table
X-SVN-Rev: 33039
|
2013-01-11 19:47:40 +00:00 |
|
Andy Heninger
|
c422b2c5f7
|
ICU-9328 Tweak conversion test data to steer clear of added characters in some Japanese tables.
X-SVN-Rev: 31827
|
2012-05-16 22:25:12 +00:00 |
|
Markus Scherer
|
e31ce99b84
|
ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
X-SVN-Rev: 30430
|
2011-07-27 05:53:56 +00:00 |
|
Peter Edberg
|
bbb368c939
|
ICU-8238 Implement max subpart policy for UTF7 toUnicode, don't consume valid bytes after err
X-SVN-Rev: 29214
|
2010-12-16 17:35:01 +00:00 |
|
Michael Ow
|
bc0c9167d8
|
ICU-7519 Because of certain compiler optimization options, remove usage of global variables in cintltst and use getter/setter functions instead.
X-SVN-Rev: 27907
|
2010-04-07 16:18:38 +00:00 |
|
Markus Scherer
|
acd74a93d1
|
ICU-5691 stop illegal sequences before the first byte that could start a new character; in MBCS, DBCS, ISO-2022, HZ; also make ISO-2022-KR strictly check for validity
X-SVN-Rev: 24733
|
2008-10-07 04:33:51 +00:00 |
|
David Bertoni
|
65457ffe5b
|
ICU-5891 Implementation of CSS2 escaping.
X-SVN-Rev: 22703
|
2007-09-19 16:45:00 +00:00 |
|
Eric Mader
|
87731aeae7
|
ICU-5282 Fix problems found by uconfigtest.
X-SVN-Rev: 19922
|
2006-07-28 22:58:29 +00:00 |
|
George Rhoten
|
33bc5c6399
|
ICU-5032 Improve code coverage
X-SVN-Rev: 19655
|
2006-05-25 22:27:14 +00:00 |
|
George Rhoten
|
cbb891e5ec
|
ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19635
|
2006-05-22 05:01:21 +00:00 |
|
George Rhoten
|
2f7b1cd736
|
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 16930
|
2004-12-08 23:02:08 +00:00 |
|
Eric Mader
|
c5705d3767
|
ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15413
|
2004-05-19 21:19:13 +00:00 |
|
George Rhoten
|
cdb62c7c6a
|
ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15402
|
2004-05-19 06:28:40 +00:00 |
|
Markus Scherer
|
07e5fd82bb
|
ICU-3179 make ISO-2022-xx return to ASCII mode at the very end of the text
X-SVN-Rev: 14071
|
2003-12-10 02:03:42 +00:00 |
|
Markus Scherer
|
bfd638cb7d
|
ICU-3361 fix ISO-2022-CN according to RFC 1922 and to handle truncated escape sequences etc.
X-SVN-Rev: 13973
|
2003-12-03 17:54:17 +00:00 |
|
George Rhoten
|
1fb55a65c7
|
ICU-1838 Forbid converting surrogate code points in UTF-32
X-SVN-Rev: 13273
|
2003-10-02 17:02:14 +00:00 |
|
Markus Scherer
|
1f2eee25e4
|
ICU-2449 move some test cases to intltest data-driven conversion tests
X-SVN-Rev: 12724
|
2003-08-01 14:23:17 +00:00 |
|
Markus Scherer
|
cab6c351eb
|
ICU-2449 move some test cases to intltest data-driven conversion tests
X-SVN-Rev: 12666
|
2003-07-24 00:18:28 +00:00 |
|
George Rhoten
|
84ee6ca24d
|
ICU-2998 Add a test for proper escaping.
X-SVN-Rev: 12370
|
2003-06-07 07:19:23 +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 |
|
Markus Scherer
|
0fcfe71911
|
ICU-2856 make EBCDIC_STATEFUL always emit SI at the end of a stream if the last character was DBCS
X-SVN-Rev: 11788
|
2003-05-02 22:38:41 +00:00 |
|
George Rhoten
|
58d0bbd305
|
ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 11690
|
2003-04-24 23:49:51 +00:00 |
|
George Rhoten
|
328bdfed8e
|
ICU-2773 Fix preflighing when a multibyte substitution callback is used.
X-SVN-Rev: 11539
|
2003-04-13 04:41:49 +00:00 |
|
Ram Viswanadha
|
6996158d17
|
ICU-2118 improve API coverage
X-SVN-Rev: 10393
|
2002-11-27 02:11:42 +00:00 |
|
Markus Scherer
|
442a78aeec
|
ICU-2466 add IMAP-mailbox-name converter
X-SVN-Rev: 10187
|
2002-11-07 21:02:24 +00:00 |
|
Steven R. Loomis
|
c4f41c9378
|
ICU-1941 Allow -w option (don't error if data is missing) for converters
X-SVN-Rev: 9905
|
2002-09-20 19:07:19 +00:00 |
|
George Rhoten
|
4b56870c43
|
ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 9805
|
2002-08-28 16:04:23 +00:00 |
|
Markus Scherer
|
b6c34a9ef4
|
ICU-1967 test cesu-8 converter
X-SVN-Rev: 9011
|
2002-07-02 22:52:30 +00:00 |
|
Markus Scherer
|
2d5114e756
|
ICU-1967 tighten utf-8 code, must not encode surrogate code points (unpaired surrogates) per unicode 3.2
X-SVN-Rev: 8990
|
2002-07-02 00:51:16 +00:00 |
|
Markus Scherer
|
9917a3dd2a
|
ICU-1939 test UTF-16 and UTF-32 converters: offset handling
X-SVN-Rev: 8846
|
2002-06-11 22:46:45 +00:00 |
|
Markus Scherer
|
262ea89f0b
|
ICU-1864 add skip callback tests for BOCU-1
X-SVN-Rev: 8710
|
2002-05-28 02:07:37 +00:00 |
|
George Rhoten
|
6450fca566
|
ICU-900 Fixed some compiler warnings and make the test data arrays all "static const"
X-SVN-Rev: 8383
|
2002-04-04 23:08:03 +00:00 |
|
Ram Viswanadha
|
14649a82a0
|
ICU-1804 value of QUICK does not change even when -e is specified as an argument
X-SVN-Rev: 8238
|
2002-03-26 02:21:25 +00:00 |
|
Markus Scherer
|
a845c2f672
|
ICU-858 fix number of output digits for some escape callback options
X-SVN-Rev: 7142
|
2001-11-28 22:49:50 +00:00 |
|
Ram Viswanadha
|
d182ba31d1
|
ICU-1123 Test for bug fix
X-SVN-Rev: 5726
|
2001-09-10 03:51:49 +00:00 |
|
George Rhoten
|
08ba528748
|
ICU-821 Fix for Linux 7.1
X-SVN-Rev: 5683
|
2001-09-01 04:23:43 +00:00 |
|
Ram Viswanadha
|
b2553ad8d8
|
ICU-452 Change tests since some unassigned code points are now assigned.
X-SVN-Rev: 5279
|
2001-07-18 23:50:27 +00:00 |
|
Ram Viswanadha
|
1460f5bdb2
|
ICU-452 Tests for ISCII
X-SVN-Rev: 5237
|
2001-07-14 02:29:21 +00:00 |
|
George Rhoten
|
35591e5501
|
ICU-1019 add const to the context pointers
X-SVN-Rev: 5105
|
2001-06-26 22:51:14 +00:00 |
|
Ram Viswanadha
|
3d78b2d1ef
|
ICU-952 Test plane 2 code points
X-SVN-Rev: 4621
|
2001-05-08 00:01:30 +00:00 |
|
Ram Viswanadha
|
57c9dec10f
|
ICU-915 Tests for bug fix
X-SVN-Rev: 4399
|
2001-03-29 18:53:46 +00:00 |
|