mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5808 fixes for uconfigtest.
X-SVN-Rev: 22398
This commit is contained in:
parent
d8dd6ad36a
commit
c771cb8f13
1 changed files with 2 additions and 0 deletions
|
@ -2632,8 +2632,10 @@ static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *co
|
|||
/* Test illegal UTF-8 input. */
|
||||
static void TestConvertExFromUTF8() {
|
||||
static const char *const converterNames[]={
|
||||
#if !UCONFIG_NO_LEGACY_CONVERSION
|
||||
"windows-1252",
|
||||
"shift-jis",
|
||||
#endif
|
||||
"us-ascii",
|
||||
"iso-8859-1",
|
||||
"utf-8"
|
||||
|
|
Loading…
Add table
Reference in a new issue