From d5675dabba3d2858756ca00f0b458e938d6156f5 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 24 Sep 2005 17:15:33 +0000 Subject: Space-saving restructure of the CNS 11643 data tables. Reduces the RO data size in cns11643.o from 400k to 240k. Relies on there being at most seven planes (7*94*94 <= 64k) and on the character set not encoding any Unicode code point above U+40000; if either of these becomes untrue later on we can always fall back to the previous approach, or to somewhere between that and here. The new version passes all the same tests as the old one did, and generates the same output under the new `cstable -v'. I'm confident that I haven't broken it. [originally from svn r6351] [this svn revision also touched charset,filter,timber] --- charset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset b/charset index ca59520..649d4eb 160000 --- a/charset +++ b/charset @@ -1 +1 @@ -Subproject commit ca595203821ad7a39d4fb1aea1980b6b42db2ee8 +Subproject commit 649d4eb52f23f74e0ed61ff58df84f2ede428406 -- cgit v1.1