Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Confusing UTF-8 bug in CGI-script

by wanradt (Scribe)
on Feb 01, 2011 at 15:50 UTC ( [id://885523]=note: print w/replies, xml ) Need Help??


in reply to Re: Confusing UTF-8 bug in CGI-script
in thread Confusing UTF-8 bug in CGI-script

Thank, you! Locale is evil, once i wrote even node about it (any use of 'use locale'?), but i don't blame it here. At least commenting it out does have no effect.

Nġnda, WK
  • Comment on Re^2: Confusing UTF-8 bug in CGI-script

Replies are listed 'Best First'.
Re^3: Confusing UTF-8 bug in CGI-script
by Corion (Patriarch) on Feb 01, 2011 at 15:52 UTC

    So, are you sure that your script is encoded as UTF-8? Because that's what you tell Perl:

    use utf8;

    If it is not encoded as that, that's likely what leads to these decoding errors and/or the crashes.

      Yes, i am. The hardcoded UTF-8 characters in script are showed properly. My full environment is UTF-8 and i work with them years. Still, here i am and could not find the bug.

      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://885523]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found