Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: Whether 'use utf8;' is good style

by Anonymous Monk
on Dec 18, 2012 at 18:57 UTC ( [id://1009445]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Whether 'use utf8;' is good style
in thread Whether 'use utf8;' is good style

Hi chromatic,

does that mean you suggest avoiding use utf8; in public packages?

Best regards
McA

Replies are listed 'Best First'.
Re^5: Whether 'use utf8;' is good style
by chromatic (Archbishop) on Dec 18, 2012 at 22:23 UTC

    Quite the contrary. If you have literal strings you intend for Perl to deal with in the UTF-8 encoding, you'd better use that pragma.

    If you're not explicit about Unicode and encodings, you're going to make a mess for other people to deal with. If you put UTF-8 in literals in your programs and don't use the utf8 pragma, you've acted irresponsibly.

Log In?
Username:
Password:

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

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

    No recent polls found