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

Páxina inicial
Borrar esta mensaxe
Autor: admin
Data:  
Para: pcre-dev
Asunto: [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

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID


--- Comment #3 from Philip Hazel <ph10@???> ---
There is nothing PCRE can do about this. It takes its definitions of scripts
from the Unicode data files. You can, of course, match what you want with
something like [\x{410}-\x{44f}\x{401}\x{451}]. I am closing this issue.

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