Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Parse a special symbol

by auhakim (Novice)
on Jun 07, 2013 at 08:50 UTC ( [id://1037633]=note: print w/replies, xml ) Need Help??


in reply to Re: Parse a special symbol
in thread Parse a special symbol

basically its just a variable

my $rest = "l'événement";

I tried to print that variable and what i get is a big mess

Replies are listed 'Best First'.
Re^3: Parse a special symbol
by Corion (Patriarch) on Jun 07, 2013 at 08:54 UTC
Re^3: Parse a special symbol
by Anonymous Monk on Jun 07, 2013 at 14:49 UTC
    1. Set your text editor to save things as utf-8 (if not already set so)
    2. use utf8;
    3. set your output encoding correctly: binmode(STDOUT, ":encoding(utf-8)");
    The rest depends on your terminal.

Log In?
Username:
Password:

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

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

    No recent polls found