develooper Front page | perl.perl5.porters | Postings from April 2011

Re: Unicode regex negated case-insensitivity in 5.14.0-RC1

Thread Previous | Thread Next
From:
Tom Christiansen
Date:
April 29, 2011 06:10
Subject:
Re: Unicode regex negated case-insensitivity in 5.14.0-RC1
Message ID:
18978.1304082601@chthon
This should have been:

    The lowercase 
        "\N{GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI}" 
    becomes this two-codepoint sequence in uppercase:
        "\N{GREEK CAPITAL LETTER ALPHA WITH VARIA}\N{GREEK CAPITAL LETTER IOTA}"
    but becomes this two-codepoint sequence in TITLECASE not uppercase:
        "\N{GREEK CAPITAL LETTER ALPHA WITH VARIA}\N{COMBINING GREEK YPOGEGRAMMENI}"

--tom

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About