[vlc-devel] commit: Korean: list CP949 instead of EUC-KR ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jun 10 17:30:24 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 10 18:30:06 2009 +0300| [6f653225397191b5e858eaa867bb90113a6c5fbd] | committer: Rémi Denis-Courmont
Korean: list CP949 instead of EUC-KR
(cherry picked from commit d322363bb2241782b120c23702f67e0364dc0b7e)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f653225397191b5e858eaa867bb90113a6c5fbd
---
modules/codec/subtitles/subsdec.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/subtitles/subsdec.c b/modules/codec/subtitles/subsdec.c
index aa5ca57..0830dbf 100644
--- a/modules/codec/subtitles/subsdec.c
+++ b/modules/codec/subtitles/subsdec.c
@@ -84,8 +84,8 @@ static const char *const ppsz_encodings[] = {
"ISO-2022-JP-2",
"EUC-JP",
"Shift_JIS",
+ "CP949",
"ISO-2022-KR",
- "EUC-KR",
"Big5",
"ISO-2022-TW",
"Big5-HKSCS",
@@ -147,8 +147,8 @@ static const char *const ppsz_encoding_names[] = {
N_("Japanese (7-bits JIS/ISO-2022-JP-2)"),
N_("Japanese Unix (EUC-JP)"),
N_("Japanese (Shift JIS)"),
+ N_("Korean (EUC-KR/CP949)"),
N_("Korean (ISO-2022-KR)"),
- N_("Korean Unix (EUC-KR)"),
N_("Traditional Chinese (Big5)"),
N_("Traditional Chinese Unix (EUC-TW)"),
N_("Hong-Kong Supplementary (HKSCS)"),
More information about the vlc-devel
mailing list