develooper Front page | perl.perl5.porters | Postings from December 2010

Re: [perl #80030] Matching upper ASCII characters from file in RE patterns

Thread Previous | Thread Next
From:
Eric Brine
Date:
December 8, 2010 22:25
Subject:
Re: [perl #80030] Matching upper ASCII characters from file in RE patterns
Message ID:
AANLkTikgDm5Tkv5aSZGwHcbiq=Zp_F4+6TKGKSkb9qP5@mail.gmail.com
On Thu, Dec 9, 2010 at 12:58 AM, karl williamson <public@khwilliamson.com>wrote:

> SADAHIRO Tomoyuki wrote:
>
>> According to POD of encoding.pm, (see
>> http://search.cpan.org/~dankogai/Encode-2.40/encoding.pm<http://search.cpan.org/%7Edankogai/Encode-2.40/encoding.pm>)
>> "\xDF" under use encoding "iso 8859-7" is \x{3af} in Unicode
>> "\xA4\xA1" under use encoding "euc-jp" is  \x{3041} in Unicode
>>
>
> I understand the rest of this post, but I don't understande the relevance
> of 8859-7 and euc-jp to the discussion.  Please enlighten me.


He was quoting from the docs. His post was of the form "The docs say
encoding does X for 'iso 8859-7', so encoding does Y for 'UTF-8'".

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