summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-02-28 11:58:33 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-02-28 11:58:33 +0000
commit8242e8f925daf4e6c726aff0932c8810ce97b694 (patch)
treea2e85fe36a69c496a28f305ed49e5e29397df242
parent81e5f2acd45dfc4ea0ff3754f26c6799d3446688 (diff)
downloadpango-8242e8f925daf4e6c726aff0932c8810ce97b694.tar.gz
Bug 518084 – Thai is not Virama language Patch from Theppitak
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() svn path=/trunk/; revision=2580
-rw-r--r--ChangeLog7
-rw-r--r--pango/break.c1
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce144a0b..e4eb6213 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)