Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Pragma to handle unicode characters

by wanradt (Scribe)
on Dec 22, 2008 at 01:01 UTC ( [id://731947]=note: print w/replies, xml ) Need Help??


in reply to Re: Pragma to handle unicode characters
in thread Pragma to handle unicode characters

I tried it, but there are other worries, warnings "Wide character in print at" and @ARGV is still not treated as UTF-8 chars, uc() does not recognize them as chars

And perldoc utf8 says

In case you are wondering: yes, "use encoding ’utf8’;" works much the same as "use utf8;".

In perl58delta i read also:

New Unicode Semantics (no more use utf8, almost)

Previously in Perl 5.6 to use Unicode one would say "use utf8" and then the operations (like string concatenation) were Unicode-aware in that lexical scope.
So i could not even use "use utf8", theoretically ;)

Nġnda, WK

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found