Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Default encoding rules leave me puzzled...

by ikegami (Patriarch)
on Jun 21, 2014 at 07:17 UTC ( [id://1090732]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use utf8;
    my $s1 = inet_aton('195.169.195.171');  print($s1);
    my $s2 = encode_utf8("éë");             print($s2);
    my $s3 = "éë";                        print($s3);
    my $s4 = "\xC3\xA9\xC3\xAB";            print($s4);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1090732]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-24 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found