Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Encoding horridness revisited: What's going on here?

by Corion (Patriarch)
on Jul 13, 2017 at 14:06 UTC ( [id://1195031]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # instead of
    use utf8;
    my $s = "göre";
    
  2. or download this
    # I prefer to use
    use charnames;
    my $s = "g\N{LATIN SMALL LETTER O WITH DIAERESIS}re";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (None)
    As of 2024-04-25 01:21 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found