ICU-165 the default converter name is now always canonical

X-SVN-Rev: 295
This commit is contained in:
Markus Scherer 1999-12-04 01:12:46 +00:00
parent 7a6441902b
commit 57cca2d237

View File

@ -284,7 +284,7 @@ void TestConvert()
/*Testing ucnv_getDefaultName() and ucnv_setDefaultNAme()*/
#ifdef WIN32
if(strcmp(ucnv_getDefaultName(), "cp1252")==0)
if(strcmp(ucnv_getDefaultName(), "ibm-1252")==0)
log_verbose("getDefaultName o.k.\n");
else
log_err("getDefaultName failed \n");