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

Re: Non english characters

by pajout (Curate)
on Oct 17, 2005 at 09:21 UTC ( [id://500683]=note: print w/replies, xml ) Need Help??


in reply to Non english characters

Which perl version did you use?

Replies are listed 'Best First'.
Re^2: Non english characters
by McDarren (Abbot) on Oct 17, 2005 at 09:30 UTC
    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

Re^2: Non english characters
by Ryszard (Priest) on Oct 17, 2005 at 09:25 UTC
    oh yeah, i forgot, that would be perl 5.8.7 :-)

Log In?
Username:
Password:

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

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

    No recent polls found