summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-11 18:53:53 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-11 18:53:53 +0000
commit78d6d73f6b0ab3566d33e44503efbde0ff841fad (patch)
tree3f0e6e4d46d98d07ccc9e9279e5132f275f34d11
parent7e80cc8326ccbdde2ce5917941a1e71814be2df1 (diff)
downloaduuterm-78d6d73f6b0ab3566d33e44503efbde0ff841fad.tar.gz
10l: omitted thai and lao in table
-rw-r--r--comb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/comb.c b/comb.c
index 08a6fa6..6bf7f7d 100644
--- a/comb.c
+++ b/comb.c
@@ -170,6 +170,8 @@ static const struct {
R( 0xC80, 0xCFF, kannada ),
R( 0xD00, 0xD7F, malayalam ),
R( 0xD80, 0xDFF, sinhala ),
+ R( 0xE00, 0xE7F, thai ),
+ R( 0xE80, 0xEFF, lao ),
R( 0xF00, 0xFFF, tibetan ),
R( 0x1000, 0x108F, burmese ),
R( 0x1720, 0x19FF, misc_scripts ),