diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 6 | ||||
-rw-r--r-- | modules/basic/tables-big.i | 2 |
8 files changed, 43 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Mon Dec 10 14:22:22 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which + is the canonical name for gb2312.1980 charset used in libcharset. + (#66174) + Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index ecc425c8..a2854ec2 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,9 @@ +Mon Dec 10 14:22:22 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which + is the canonical name for gb2312.1980 charset used in libcharset. + (#66174) + Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index ecc425c8..a2854ec2 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,9 @@ +Mon Dec 10 14:22:22 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which + is the canonical name for gb2312.1980 charset used in libcharset. + (#66174) + Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index ecc425c8..a2854ec2 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,9 @@ +Mon Dec 10 14:22:22 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which + is the canonical name for gb2312.1980 charset used in libcharset. + (#66174) + Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index ecc425c8..a2854ec2 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,9 @@ +Mon Dec 10 14:22:22 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which + is the canonical name for gb2312.1980 charset used in libcharset. + (#66174) + Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index ecc425c8..a2854ec2 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,9 @@ +Mon Dec 10 14:22:22 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which + is the canonical name for gb2312.1980 charset used in libcharset. + (#66174) + Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index ecc425c8..a2854ec2 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,9 @@ +Mon Dec 10 14:22:22 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * modules/basic/tables-big.i: change "EUC-CN" to "GB2312" which + is the canonical name for gb2312.1980 charset used in libcharset. + (#66174) + Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): 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 }, |