Oops overwriting wrong codepage

This commit is contained in:
mkaply%us.ibm.com 2001-11-06 15:54:54 +00:00
parent a046a1b9cb
commit 5fb0543779

View File

@ -216,7 +216,7 @@ InitGlobals(void)
UconvObject Converter = 0;
int unirc = ::UniCreateUconvObject( codepage, &Converter);
if (unirc == ULS_SUCCESS) {
gCharSetInfo[11].mCodePage = 943;
gCharSetInfo[10].mCodePage = 943;
::UniFreeUconvObject(Converter);
}
}