Commit 7f9a4045 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Korean: use CP494 rather than EUC-KR

parent 38a0d995
......@@ -143,7 +143,7 @@ static const char *FindFallbackEncoding (const char *locale)
// Korean
if (!locale_match ("ko", locale))
return "EUC-KR";
return "CP949"; // Microsoft non-standard superset of EUC-KR
// Thai
if (!locale_match ("th", locale))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment