[Home] [By Thread] [By Date] [Recent Entries]
John Cowan wrote: > Perl 5.6 AFAIK is still ASCII-only. Perl understands UTF-8, though full Unicode support is not yet implemented. From the Perl 5.6.0 perlunicode manpage: - Identifiers within the Perl script may contain Unicode alphanumeric characters, including ideographs. - Character classes in regular expressions match characters instead of bytes, and match against the character properties specified in the Unicode properties database. So \w can be used to match an ideograph, for instance. Steve
|

Cart



