summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidetoshi Tajima <tajima@src.gnome.org>2002-11-07 18:07:28 +0000
committerHidetoshi Tajima <tajima@src.gnome.org>2002-11-07 18:07:28 +0000
commit5bf5a260985009e8c9545c7e1a3030589ed62dfc (patch)
treeaa7be61aeb201c4d8568ccfe4837604c93fb10d4
parent8c0bcf149e905e8d1eeef94cce9d4810fa200b73 (diff)
downloadpango-5bf5a260985009e8c9545c7e1a3030589ed62dfc.tar.gz
Fix #96781: changes for basic X shaper's code range for compatibility
* modules/basic/basic-x.c: Fix #96781: changes for basic X shaper's code range for compatibility Ideographs characters (0xFA0C - 0xFA2D) (by federic.zhang@sun.com)
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.pre-1-107
-rw-r--r--ChangeLog.pre-1-27
-rw-r--r--ChangeLog.pre-1-47
-rw-r--r--ChangeLog.pre-1-67
-rw-r--r--ChangeLog.pre-1-87
-rw-r--r--modules/basic/basic-x.c9
7 files changed, 47 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 32a77df9..9d9b649d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 7 10:05:28 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
+
+ * modules/basic/basic-x.c:
+ Fix #96781: changes for basic X shaper's code range for
+ compatibility Ideographs characters (0xFA0C - 0xFA2D)
+ (by federic.zhang@sun.com)
+
2002-11-06 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-x.c (hangul_engine_shape): Applied some of
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 32a77df9..9d9b649d 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,10 @@
+Thu Nov 7 10:05:28 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
+
+ * modules/basic/basic-x.c:
+ Fix #96781: changes for basic X shaper's code range for
+ compatibility Ideographs characters (0xFA0C - 0xFA2D)
+ (by federic.zhang@sun.com)
+
2002-11-06 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-x.c (hangul_engine_shape): Applied some of
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 32a77df9..9d9b649d 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,10 @@
+Thu Nov 7 10:05:28 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
+
+ * modules/basic/basic-x.c:
+ Fix #96781: changes for basic X shaper's code range for
+ compatibility Ideographs characters (0xFA0C - 0xFA2D)
+ (by federic.zhang@sun.com)
+
2002-11-06 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-x.c (hangul_engine_shape): Applied some of
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 32a77df9..9d9b649d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,10 @@
+Thu Nov 7 10:05:28 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
+
+ * modules/basic/basic-x.c:
+ Fix #96781: changes for basic X shaper's code range for
+ compatibility Ideographs characters (0xFA0C - 0xFA2D)
+ (by federic.zhang@sun.com)
+
2002-11-06 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-x.c (hangul_engine_shape): Applied some of
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 32a77df9..9d9b649d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,10 @@
+Thu Nov 7 10:05:28 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
+
+ * modules/basic/basic-x.c:
+ Fix #96781: changes for basic X shaper's code range for
+ compatibility Ideographs characters (0xFA0C - 0xFA2D)
+ (by federic.zhang@sun.com)
+
2002-11-06 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-x.c (hangul_engine_shape): Applied some of
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 32a77df9..9d9b649d 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,10 @@
+Thu Nov 7 10:05:28 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
+
+ * modules/basic/basic-x.c:
+ Fix #96781: changes for basic X shaper's code range for
+ compatibility Ideographs characters (0xFA0C - 0xFA2D)
+ (by federic.zhang@sun.com)
+
2002-11-06 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-x.c (hangul_engine_shape): Applied some of
diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c
index 47f4e0a2..2cce3046 100644
--- a/modules/basic/basic-x.c
+++ b/modules/basic/basic-x.c
@@ -123,10 +123,11 @@ static PangoEngineRange basic_ranges[] = {
{ 0x2000, 0x33ff, "*" },
{ 0x3400, 0x9fa5, "*" }, /* Unihan */
{ 0xa000, 0xa4c6, "*" }, /* Yi */
- { 0xac00, 0xd7a3, "kr" },
- { 0xe000, 0xf7ee, "*" }, /* HKSCS */
- { 0xf900, 0xfa0b, "kr" },
- { 0xff00, 0xffed, "*" }
+ { 0xac00, 0xd7a3, "" },
+ { 0xe000, 0xf7ee, "*" }, /* HKSCS-1999 */
+ { 0xf900, 0xfa2d, "*" }, /* CJK Compatibility Ideographs */
+ { 0xfe30, 0xfe6b, "*" }, /* CJK Compatibility Forms and Small Form Variants */
+ { 0xff00, 0xffee, "*" } /* Halfwidth and Fullwidth Forms */
};
static PangoEngineInfo script_engines[] = {