From 542a8cadcb9049d2d812d3adfd4df59532b06d9e Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 15 Dec 2004 13:44:32 +0000 Subject: Split U+DDE as U+DD9, U+DDF. : Wed Dec 15 08:38:52 2004 Owen Taylor * modules/indic/indic-ot-class-tables.c: Split U+DDE as U+DD9, U+DDF. : ---------------------------------------------------------------------- --- ChangeLog | 5 +++++ ChangeLog.pre-1-10 | 5 +++++ ChangeLog.pre-1-8 | 5 +++++ modules/indic/indic-ot-class-tables.c | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dbb9ec45..1628d2c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 15 08:38:52 2004 Owen Taylor + + * modules/indic/indic-ot-class-tables.c: Split + U+DDE as U+DD9, U+DDF. + Tue Dec 14 20:44:53 2004 Owen Taylor Sinhala support (#153517, Anuradha Ratnaweera) diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index dbb9ec45..1628d2c5 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Wed Dec 15 08:38:52 2004 Owen Taylor + + * modules/indic/indic-ot-class-tables.c: Split + U+DDE as U+DD9, U+DDF. + Tue Dec 14 20:44:53 2004 Owen Taylor Sinhala support (#153517, Anuradha Ratnaweera) diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index dbb9ec45..1628d2c5 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Wed Dec 15 08:38:52 2004 Owen Taylor + + * modules/indic/indic-ot-class-tables.c: Split + U+DDE as U+DD9, U+DDF. + Tue Dec 14 20:44:53 2004 Owen Taylor Sinhala support (#153517, Anuradha Ratnaweera) diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c index 20d92ddd..85fac646 100644 --- a/modules/indic/indic-ot-class-tables.c +++ b/modules/indic/indic-ot-class-tables.c @@ -222,7 +222,7 @@ static const IndicOTSplitMatra kndaSplitTable[] = {{0x0CBF, 0x0CD5}, {0x0CC6, 0x static const IndicOTSplitMatra mlymSplitTable[] = {{0x0D46, 0x0D3E}, {0x0D47, 0x0D3E}, {0x0D46, 0x0D57}}; static const IndicOTSplitMatra sinhSplitTable[] = {{0x0DD9, 0x0DCA}, {0x0DD9, 0x0DCF}, {0x0DD9, 0x0DCF, 0x0DCA}, - {0x0DD9, 0x0DF3} }; + {0x0DD9, 0x0DDF} }; /* -- cgit v1.2.1