summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChookij Vanatham <chookij@src.gnome.org>2001-08-16 18:06:10 +0000
committerChookij Vanatham <chookij@src.gnome.org>2001-08-16 18:06:10 +0000
commit057c4d839c8f979700df14eaa73e1c4d2a55f0d0 (patch)
tree0f3080caedbd0eadc40b3803e49be023dbc45036
parent5b40dfe959323264a6c8e1363b4d689f7b0b1b5b (diff)
downloadpango-057c4d839c8f979700df14eaa73e1c4d2a55f0d0.tar.gz
Fixed MAITHAIKHU for UpperTailed Consonances, ie, PO_PLA (by K.Theppitak).
-rw-r--r--modules/thai/thai-x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/thai/thai-x.c b/modules/thai/thai-x.c
index b6be8195..ffff2d36 100644
--- a/modules/thai/thai-x.c
+++ b/modules/thai/thai-x.c
@@ -309,7 +309,7 @@ static const ThaiShapeTable tis620_0_shape_table = {
*/
static const ThaiShapeTable Mac_shape_table = {
{ 0xE7, 0x88, 0x89, 0x8A, 0x8B, 0x8C, 0xED, 0xEE },
- { 0xE7, 0x83, 0x84, 0x85, 0x86, 0x87, 0x8F, 0xEE },
+ { 0x93, 0x83, 0x84, 0x85, 0x86, 0x87, 0x8F, 0xEE },
{ 0x93, 0x98, 0x99, 0x9A, 0x9B, 0x9C, 0x8F, 0xEE },
{ 0x92, 0x00, 0x00, 0x94, 0x95, 0x96, 0x97 },
{ 0xD8, 0xD9, 0xDA },
@@ -320,7 +320,7 @@ static const ThaiShapeTable Mac_shape_table = {
*/
static const ThaiShapeTable Win_shape_table = {
{ 0xE7, 0x8B, 0x8C, 0x8D, 0x8E, 0x8F, 0xED, 0xEE },
- { 0xE7, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x99, 0xEE },
+ { 0x9A, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x99, 0xEE },
{ 0x9A, 0x9B, 0x9C, 0x9D, 0x9E, 0x9F, 0x99, 0xEE },
{ 0x98, 0x00, 0x00, 0x81, 0x82, 0x83, 0x84 },
{ 0xFC, 0xFD, 0xFE },