Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Getting mad with CGI::Application and utf8

by Juerd (Abbot)
on Feb 26, 2008 at 20:41 UTC ( [id://670388]=note: print w/replies, xml ) Need Help??


in reply to Re: Getting mad with CGI::Application and utf8
in thread Getting mad with CGI::Application and utf8

Did you check if CGI::Fast returns text strings (i.e. with UTF-8 flag set)?

Please note that the absense of the UTF8 flag does not mean that the string is not a text string.

Checking if the UTF8 flag is set, should be done only by people who know about Perl's Unicode internals. To all other people, it will only add to the confusion.

Properly decode and encode, and all will be fine. (Though you may need an occasional utf8::upgrade, see also Unicode::Semantics.)

  • Comment on Re^2: Getting mad with CGI::Application and utf8

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://670388]
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-24 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found