summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-06-12 15:20:01 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-06-12 15:20:01 +0000
commitbbc93a92c3c34a9da3236a0906a6062898e0193d (patch)
tree3283ef076d6e047450b3f2cb18c59245e029c8d0 /modules
parentdd7ec3c82fc0a73bb1b1b6a2f70efdd913f80f2b (diff)
downloadpango-bbc93a92c3c34a9da3236a0906a6062898e0193d.tar.gz
Use unsigned char for bitfield array. (#83257, David L. Cooper II)
Wed Jun 12 11:19:08 2002 Owen Taylor <otaylor@redhat.com> * modules/tamil/tamil-x.c: Use unsigned char for bitfield array. (#83257, David L. Cooper II) * tests/gen-all-unicode.c (main): Used char, not guchar for array of characters. (#83258, David L. Cooper II.)
Diffstat (limited to 'modules')
-rw-r--r--modules/tamil/tamil-x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tamil/tamil-x.c b/modules/tamil/tamil-x.c
index ef820b74..fe164acc 100644
--- a/modules/tamil/tamil-x.c
+++ b/modules/tamil/tamil-x.c
@@ -39,7 +39,7 @@ static char *default_charset = "iso10646-tam";
/* Bitmap to test whether a char is a consonant */
/** Remember to change this when adding KSHA later **/
-static const char cons_map[] = {0xB1, 0xC6, 0x38, 0xFE, 0x1D};
+static const unsigned char cons_map[] = {0xB1, 0xC6, 0x38, 0xFE, 0x1D};
static PangoEngineRange tamil_range[] = {
{ 0x0b80, 0x0bff, "*" },