
demerphq at gmail
May 26, 2010, 3:40 PM
Post #4 of 4
(94 views)
Permalink
|
|
Re: [perl #75098] PATCH: allow user-defined multi-char case mappings for ordinals < 256
[In reply to]
|
|
On 26 May 2010 16:24, Rafael Garcia-Suarez <rgs [at] consttype> wrote: > Do you know why 0xDF and >0xFF were excluded before ? For speed maybe ? > Anyway, thanks, applied as a6f87d8c282ba94b0308898be052d1ac956d0ea9 The comment in the patch context explains. \xDF is the only code point < 256 that folds to a multi-codepoint sequence. There are many such codepoints>255. cheers, Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"
|