summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-12-14 22:35:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-12-14 22:35:11 +0000
commit8b10e0dae3d5ad72164687f36e4495f7575a12d5 (patch)
treea97f5c7933f42ce6433a6cc1612fc4bd356383b2
parentf4f33d2f0f99db5d766739bd0a970c6a571d9253 (diff)
downloadpango-8b10e0dae3d5ad72164687f36e4495f7575a12d5.tar.gz
Add the correct char classes for Unicode-4.0 characters U+A01, U+A03.
Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-ot-class-tables.c (guruCharClasses): Add the correct char classes for Unicode-4.0 characters U+A01, U+A03. (#158943, Sukhjinder Sidhu)
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-1-106
-rw-r--r--ChangeLog.pre-1-86
-rw-r--r--modules/indic/indic-ot-class-tables.c2
4 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52debc68..bfad182f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (guruCharClasses):
+ Add the correct char classes for Unicode-4.0 characters
+ U+A01, U+A03. (#158943, Sukhjinder Sidhu)
+
2004-12-14 Matthias Clasen <mclasen@redhat.com>
* pango.pc.in: Require gmodule-no-export
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 52debc68..bfad182f 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,9 @@
+Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (guruCharClasses):
+ Add the correct char classes for Unicode-4.0 characters
+ U+A01, U+A03. (#158943, Sukhjinder Sidhu)
+
2004-12-14 Matthias Clasen <mclasen@redhat.com>
* pango.pc.in: Require gmodule-no-export
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 52debc68..bfad182f 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,9 @@
+Tue Dec 14 17:27:14 2004 Owen Taylor <otaylor@redhat.com>
+
+ * modules/indic/indic-ot-class-tables.c (guruCharClasses):
+ Add the correct char classes for Unicode-4.0 characters
+ U+A01, U+A03. (#158943, Sukhjinder Sidhu)
+
2004-12-14 Matthias Clasen <mclasen@redhat.com>
* pango.pc.in: Require gmodule-no-export
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 7d75d429..d159f95d 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -101,7 +101,7 @@ static IndicOTCharClass bengCharClasses[] =
static IndicOTCharClass guruCharClasses[] =
{
- _xx, _xx, _ma, _xx, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _xx, _xx, _iv, /* 0A00 - 0A0F */
+ _xx, _ma, _ma, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _xx, _xx, _iv, /* 0A00 - 0A0F */
_iv, _xx, _xx, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0A10 - 0A1F */
_ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _ct, _ct, _ct, _ct, _ct, _bb, /* 0A20 - 0A2F */
_vt, _xx, _ct, _ct, _xx, _bb, _ct, _xx, _ct, _bb, _xx, _xx, _nu, _xx, _dr, _dl, /* 0A30 - 0A3F */