summaryrefslogtreecommitdiffstats
path: root/libuniname/gen-uninames
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-12-19 15:25:52 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:08:53 +0200
commitb0e5697ad7126ba99ca38a9d5573924734990f6f (patch)
tree8a08aa270565bf513b47008374989266ea55e399 /libuniname/gen-uninames
parentdc02b7174bccca19a06e461741a657eb9429647f (diff)
downloadexternal_gettext-b0e5697ad7126ba99ca38a9d5573924734990f6f.zip
external_gettext-b0e5697ad7126ba99ca38a9d5573924734990f6f.tar.gz
external_gettext-b0e5697ad7126ba99ca38a9d5573924734990f6f.tar.bz2
Upgrade to Unicode 3.2.
Diffstat (limited to 'libuniname/gen-uninames')
-rwxr-xr-xlibuniname/gen-uninames3
1 files changed, 2 insertions, 1 deletions
diff --git a/libuniname/gen-uninames b/libuniname/gen-uninames
index f32f004..4feb2a0 100755
--- a/libuniname/gen-uninames
+++ b/libuniname/gen-uninames
@@ -39,7 +39,8 @@
(unless (<= #xAC00 code #xD7A3)
; Also ignore CJK compatibility ideographs; they are treated
; specially as well.
- (unless (or (<= #xF900 code #xFA2D) (<= #x2F800 code #x2FA1D))
+ (unless (or (<= #xF900 code #xFA2D) (<= #xFA30 code #xFA6A)
+ (<= #x2F800 code #x2FA1D))
; Transform the code so that it fits in 16 bits. In
; Unicode 3.1 the following ranges are used.
; 0x00000..0x033FF >>12= 0x00..0x03 -> 0x0..0x3