commit | 5ce2087ed0eb424e0889bdc9102727f65d2ecdde | [log] [tgz] |
---|---|---|
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | Mon Mar 03 01:23:49 2008 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Mar 03 14:53:16 2008 -0800 |
tree | 8a20c8e22a0a387a4c594e61004ab86c5456f8b8 | |
parent | cad226b8a71f969ad05137e43b48c9e6059a0b9f [diff] |
Fix default compose table initialization Oddly enough, unsigned int c = '\300'; puts a "negative" value in c, not 0300... This fixes the default unicode compose table by using integers instead of character constants. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>