]> git.sesse.net Git - vlc/commitdiff
Korean: use CP494 rather than EUC-KR
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 10 Jun 2009 15:21:08 +0000 (18:21 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 10 Jun 2009 15:21:46 +0000 (18:21 +0300)
src/text/wincp.c

index 97dfc6158a99b570c75ab67da038214678b816e6..7cbcd100cceebeafe4ccece94206a738198832ce 100644 (file)
@@ -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))