summaryrefslogtreecommitdiff
path: root/modules
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 /modules
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)
Diffstat (limited to 'modules')
-rw-r--r--modules/basic/basic-x.c9
1 files changed, 5 insertions, 4 deletions
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[] = {