On 02/14/2011 04:14 PM, Tom Christiansen wrote:
> You know, I *do* think I like these:
>
> =head2 regex: \p{} in pattern implies Unicode semantics
>
> Now, a Unicode property match specified in the pattern will
> indicate that the pattern is meant for matching according to
> Unicode rules (e40e74f)
>
> =item regcomp: Add warning if \p is used under locale. (fb2e24c)
>
> \p implies Unicode matching rules, which are likely going to
> be different than the locale's.
>
> Thank you all very much!
>
> --tom
>
I can't remember if I asked you the following or not. I think there
should also be a warning for using \N{} with locale, as only in Latin1
would all such names be valid.
Thread Previous