summaryrefslogtreecommitdiffstats
path: root/libuniname/gen-uninames
diff options
context:
space:
mode:
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