mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
UnicodeToLatin1 added.
This commit is contained in:
parent
2842f6e731
commit
851ddbd624
@ -26,6 +26,7 @@
|
||||
mDecArray[3].mCID = &kCP1253ToUnicodeCID;
|
||||
mDecArray[4].mCID = &kISO2022JPToUnicodeCID;
|
||||
|
||||
mEncSize = 0;
|
||||
mEncArray = NULL;
|
||||
mEncSize = 1;
|
||||
mEncArray = new ConverterInfo [mEncSize];
|
||||
|
||||
mEncArray[0].mCID = &kUnicodeToLatin1CID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user