[pcre-dev] [Bug 1894] In UTF8 Locale Russian Cyrillic [а-я]…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1894] In UTF8 Locale Russian Cyrillic [а-я] range contains only 32 of 33 letters
https://bugs.exim.org/show_bug.cgi?id=1894

--- Comment #2 from ikonta@??? ---
Cyrillic unicode script covers much more, than needed, because Cyrillic set is
not something simple and direct.
For now I need to perform check against *modern* *Russian* alphabet (33
letters).
Cyrillic script seems to cover *general* Russian Cyrillic set with some
additional ligatures:
\p{InCyrillic}: U+0400–U+04FF
http://www.regular-expressions.info/unicode.html

--
You are receiving this mail because:
You are on the CC list for the bug.