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

Korean: list CP949 instead of EUC-KR

parent 7f9a4045
...@@ -84,8 +84,8 @@ static const char *const ppsz_encodings[] = { ...@@ -84,8 +84,8 @@ static const char *const ppsz_encodings[] = {
"ISO-2022-JP-2", "ISO-2022-JP-2",
"EUC-JP", "EUC-JP",
"Shift_JIS", "Shift_JIS",
"CP949",
"ISO-2022-KR", "ISO-2022-KR",
"EUC-KR",
"Big5", "Big5",
"ISO-2022-TW", "ISO-2022-TW",
"Big5-HKSCS", "Big5-HKSCS",
...@@ -147,8 +147,8 @@ static const char *const ppsz_encoding_names[] = { ...@@ -147,8 +147,8 @@ static const char *const ppsz_encoding_names[] = {
N_("Japanese (7-bits JIS/ISO-2022-JP-2)"), N_("Japanese (7-bits JIS/ISO-2022-JP-2)"),
N_("Japanese Unix (EUC-JP)"), N_("Japanese Unix (EUC-JP)"),
N_("Japanese (Shift JIS)"), N_("Japanese (Shift JIS)"),
N_("Korean (EUC-KR/CP949)"),
N_("Korean (ISO-2022-KR)"), N_("Korean (ISO-2022-KR)"),
N_("Korean Unix (EUC-KR)"),
N_("Traditional Chinese (Big5)"), N_("Traditional Chinese (Big5)"),
N_("Traditional Chinese Unix (EUC-TW)"), N_("Traditional Chinese Unix (EUC-TW)"),
N_("Hong-Kong Supplementary (HKSCS)"), N_("Hong-Kong Supplementary (HKSCS)"),
......
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