diff options
author | Hidetoshi Tajima <tajima@src.gnome.org> | 2001-12-10 23:58:37 +0000 |
---|---|---|
committer | Hidetoshi Tajima <tajima@src.gnome.org> | 2001-12-10 23:58:37 +0000 |
commit | a05b5bfdadf2013f19779781028e5e85cdab3657 (patch) | |
tree | 77708f2257866c3888e3f87f7a598f6c29137f37 /modules/basic/tables-big.i | |
parent | 478ed480cbb4c12f0b794b0e43380d0c92dfba07 (diff) | |
download | pango-a05b5bfdadf2013f19779781028e5e85cdab3657.tar.gz |
change "EUC-CN" to "GB2312" which is the canonical name for gb2312.1980
* modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which
is the canonical name for gb2312.1980 charset used in libcharset.
(#66174)
Diffstat (limited to 'modules/basic/tables-big.i')
-rw-r--r-- | modules/basic/tables-big.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/tables-big.i b/modules/basic/tables-big.i index 83df2395..36f88410 100644 --- a/modules/basic/tables-big.i +++ b/modules/basic/tables-big.i @@ -40,7 +40,7 @@ Charset charsets[] = { { 13, "KOI8-R", "koi8-r", conv_8bit }, { 14, "TIS-620", "tis620.2529-1", conv_8bit }, { 15, "EUC-JP", "jisx0208.1983-0", conv_eucjp }, - { 16, "EUC-CN", "gb2312.1980-0", conv_16bit }, + { 16, "GB2312", "gb2312.1980-0", conv_16bit }, { 17, "EUC-KR", "ksc5601.1987-0", conv_16bit }, { 18, "EUC-JP", "jisx0201.1976-0", conv_eucjp }, { 19, "EUC-JP", "jisx0212.1990-0", conv_eucjp }, |