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
This commit is contained in:
Suresh Chandrasekharan
2003-06-19 20:10:35 +00:00
committed by Jeffrey Stedfast
parent 0eb6a97f87
commit 7221f00e17

View File

@ -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" },