diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | pango/break.c | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2008-02-28 Behdad Esfahbod <behdad@gnome.org> + + Bug 518084 – Thai is not Virama language + Patch from Theppitak Karoonboonyanan + + * pango/break.c: Remove Thai Phinthu from VIRAMA() + 2008-02-25 Behdad Esfahbod <behdad@gnome.org> * === Released 1.19.4 === diff --git a/pango/break.c b/pango/break.c index de849348..5ac7dee8 100644 --- a/pango/break.c +++ b/pango/break.c @@ -434,7 +434,6 @@ static const CharJamoProps HangulJamoProps[] = { (wc) == 0x0CCD || \ (wc) == 0x0D4D || \ (wc) == 0x0DCA || \ - (wc) == 0x0E3A || \ (wc) == 0x0F84 || \ (wc) == 0x1039 || \ (wc) == 0x17D2) |