ICU-447 Fixed the errors due ot 1361 alias name(ksc) which is not eliminated
X-SVN-Rev: 1763
This commit is contained in:
parent
fb3039635f
commit
099a875389
@ -732,7 +732,7 @@ void TestConverterTypesAndStarters()
|
||||
|
||||
log_verbose("Testing KSC, ibm-930, ibm-878 for starters and their conversion types.");
|
||||
|
||||
myConverter[0] = ucnv_open("ksc", &err);
|
||||
myConverter[0] = ucnv_open("ibm-949", &err);
|
||||
if (U_FAILURE(err))
|
||||
log_err("Failed to create an ibm-949 converter\n");
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user