bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24798: 25.1; CJK Ideographs may not match \cC


From: Eli Zaretskii
Subject: bug#24798: 25.1; CJK Ideographs may not match \cC
Date: Wed, 26 Oct 2016 15:58:58 +0300

> From: ynyaaa@gmail.com
> Date: Wed, 26 Oct 2016 17:03:27 +0900
> 
> 
> CJK Ideographs between U+9FB0 and U+9FD5 do not match the char-category C.
> 
> (delq nil (mapcar (lambda (c) (string-match "\\cC" (string c)))
>                   (number-sequence #x9FB0 #x9FD5)))
> => nil

Thanks, fixed on the emacs-25 branch.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]