[vlc-devel] commit: Korean: use CP494 rather than EUC-KR ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jun 10 17:27:21 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 10 18:21:08 2009 +0300| [81768ff8ca76f7e3c60afde71811f3370d550aaa] | committer: Rémi Denis-Courmont
Korean: use CP494 rather than EUC-KR
(cherry picked from commit 7f9a4045bfa2eb79409fc21cea099fd3ac83633b)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81768ff8ca76f7e3c60afde71811f3370d550aaa
---
src/text/wincp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/text/wincp.c b/src/text/wincp.c
index 97dfc61..7cbcd10 100644
--- a/src/text/wincp.c
+++ b/src/text/wincp.c
@@ -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))
More information about the vlc-devel
mailing list