Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Non english characters

by McDarren (Abbot)
on Oct 17, 2005 at 09:30 UTC ( [id://500688]=note: print w/replies, xml ) Need Help??


in reply to Re: Non english characters
in thread Non english characters

from the perlunicode manpage:
"use utf8" still needed to enable UTF-8/UTF-EBCDIC in scripts As a compatibility measure, the "use utf8" pragma must be explicitly i +ncluded to enable recognition of UTF-8 in the Perl scripts themselves (in string or regu +lar expression literals, or in identifier names) on ASCII-based machines or to recognize UTF-EB +CDIC on EBCDIC-based machines. These are the only times when an explicit "use utf8" is needed. See u +tf8.
Simply remove use utf8; from your script and you should get the output you desire :)

--Darren

Considered sauoq: swap pre for code

Unconsidered g0n: no pre tags in node. May have been removed by author

Log In?
Username:
Password:

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

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

    No recent polls found