aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuresh Chandrasekharan <suresh.chandrasekharan@sun.com>2003-06-20 04:10:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-06-20 04:10:35 +0800
commit7221f00e17acf44646f44b44896f736315d4a12a (patch)
tree81c8d1cf496ef777a6c786a8c9697502fe8882ee
parent0eb6a97f8745c3d16af7078b60a5832d819b6308 (diff)
downloadgsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar.gz
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar.bz2
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar.lz
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar.xz
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.tar.zst
gsoc2013-evolution-7221f00e17acf44646f44b44896f736315d4a12a.zip
Fixed typo in BIG5HKSCS
2003-06-18 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> * e-iconv.c: Fixed typo in BIG5HKSCS svn path=/trunk/; revision=21486
-rw-r--r--e-util/e-iconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-iconv.c b/e-util/e-iconv.c
index 9c33209012..9a11d9e389 100644
--- a/e-util/e-iconv.c
+++ b/e-util/e-iconv.c
@@ -136,7 +136,7 @@ struct {
{ "5601", "EUC-KR" },
{ "big5-0", "BIG5" },
{ "big5.eten-0", "BIG5" },
- { "big5hkscs-0", "BIG5HKCS" },
+ { "big5hkscs-0", "BIG5HKSCS" },
{ "gb2312-0", "gb2312" },
{ "gb2312.1980-0", "gb2312" },
{ "gb-2312", "gb2312" },
@@ -575,7 +575,7 @@ static struct {
char *lang;
} cjkr_lang_map[] = {
{ "Big5", "zh" },
- { "BIG5HKCS", "zh" },
+ { "BIG5HKSCS", "zh" },
{ "gb2312", "zh" },
{ "gb18030", "zh" },
{ "gbk", "zh" },