summaryrefslogtreecommitdiff
path: root/modules/thai/thai-shaper.c
diff options
context:
space:
mode:
authorTheppitak Karoonboonyanan <tkaroonb@src.gnome.org>2004-04-20 15:15:34 +0000
committerTheppitak Karoonboonyanan <tkaroonb@src.gnome.org>2004-04-20 15:15:34 +0000
commit3da3cc36e93b165ffb6fa9ec85716bcb784df466 (patch)
treeaf5d7f544a3e1d1ffb24de78771c29e9362b0040 /modules/thai/thai-shaper.c
parentfa764a7c02a2c4632749f85d37a192ad515e379e (diff)
downloadpango-3da3cc36e93b165ffb6fa9ec85716bcb784df466.tar.gz
Use dottedcircle as the base for individual combining characters.
Diffstat (limited to 'modules/thai/thai-shaper.c')
-rw-r--r--modules/thai/thai-shaper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/thai/thai-shaper.c b/modules/thai/thai-shaper.c
index 39c2c574..baae3a79 100644
--- a/modules/thai/thai-shaper.c
+++ b/modules/thai/thai-shaper.c
@@ -330,7 +330,7 @@ get_adjusted_glyphs_list (ThaiFontInfo *font_info,
if (font_info->font_set == THAI_FONT_TIS)
glyph_lists[0] = thai_make_glyph (font_info, 0x20);
else
- glyph_lists[0] = thai_make_glyph (font_info, 0x7F);
+ glyph_lists[0] = thai_make_glyph (font_info, 0xDD);
glyph_lists[1] =
thai_make_glyph (font_info, ucs2tis (cluster[0]));
return 2;
@@ -432,7 +432,7 @@ get_adjusted_glyphs_list (ThaiFontInfo *font_info,
if (font_info->font_set == THAI_FONT_TIS)
glyph_lists[0] = thai_make_glyph (font_info, 0x20);
else
- glyph_lists[0] = thai_make_glyph (font_info, 0x7F);
+ glyph_lists[0] = thai_make_glyph (font_info, 0xDD);
glyph_lists[1] =
thai_make_glyph (font_info, ucs2tis (cluster[0]));
glyph_lists[2] =