mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
[ICU-165] the default converter name is now always canonical
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/295
This commit is contained in:
parent
ae2db7c66a
commit
1445a7b57e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue