ICU-447 Fixed the errors due ot 1361 alias name(ksc) which is not eliminated

X-SVN-Rev: 1763
This commit is contained in:
Madhu K 2000-07-08 02:15:03 +00:00
parent fb3039635f
commit 099a875389

View File

@ -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