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:
parent
55b54024a8
commit
0c3be77e78
@ -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()
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user