1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Add Korean encoding(CP949)

This commit is contained in:
hwiorn 2020-03-19 16:11:55 +09:00
parent 55b54024a8
commit 0c3be77e78
2 changed files with 8 additions and 1 deletions

View File

@ -26,7 +26,9 @@ static const std::string knownEncodingsList[] = //TODO: remove hardcode
"CP1252", // Latin/East European, covers most of latin languages "CP1252", // Latin/East European, covers most of latin languages
// Chinese encodings // Chinese encodings
"GBK", // extension of GB2312, also known as CP936 "GBK", // extension of GB2312, also known as CP936
"GB2312" // basic set for Simplified Chinese. Separate from GBK to allow proper detection of H3 fonts "GB2312", // basic set for Simplified Chinese. Separate from GBK to allow proper detection of H3 fonts
// Korean encodings
"CP949" // extension of EUC-KR.
}; };
void CSettingsView::setDisplayList() void CSettingsView::setDisplayList()

View File

@ -549,6 +549,11 @@
<string>Simplified Chinese (GB2312)</string> <string>Simplified Chinese (GB2312)</string>
</property> </property>
</item> </item>
<item>
<property name="text">
<string>Korean (Windows 949)</string>
</property>
</item>
</widget> </widget>
</item> </item>
<item row="10" column="1"> <item row="10" column="1">