mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
the default converter name is now always canonical
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/165 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@295 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
f6d19766ca
commit
0b08bed7e3
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