Fix for #46168 some additional locale aliases required for chinese support

2003-07-11  Suresh Chandrasekharan  <suresh.chandrasekharan@sun.com>

	* gal/util/e-iconv.c : Fix for #46168 some additional locale aliases
	required for chinese support

svn path=/trunk/; revision=21999
This commit is contained in:
Suresh Chandrasekharan
2003-07-28 21:22:19 +00:00
committed by Jeffrey Stedfast
parent 947eccd3ea
commit 1448bfd7fc

View File

@ -134,6 +134,10 @@ struct {
/* FIXME: Japanese/Korean/Chinese stuff needs checking */
{ "euckr-0", "EUC-KR" },
{ "5601", "EUC-KR" },
{ "zh_TW-euc", "EUC-TW" },
{ "zh_CN.euc", "gb2312" },
{ "zh_TW-big5", "BIG5" },
{ "euc-cn", "gb2312" },
{ "big5-0", "BIG5" },
{ "big5.eten-0", "BIG5" },
{ "big5hkscs-0", "BIG5HKSCS" },