From 78d6d73f6b0ab3566d33e44503efbde0ff841fad Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 11 Oct 2006 18:53:53 +0000 Subject: 10l: omitted thai and lao in table --- comb.c | 2 ++ 1 file changed, 2 insertions(+) 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 ), -- cgit v1.2.1