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

Re^3: Encoding/decoding for korean strings

by siva_pm (Novice)
on Jun 15, 2016 at 19:19 UTC ( [id://1165782]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub handle_req_cgi{
    eval {
    ...
    #THIS IS THE LINE which corrupts the msg but if I print just the msg w
    +ithout encode then #wide character warning is thrown by Mojo
    $tx->rendered;
    }
    
  2. or download this
    handleRequest() 
    # looks like this:
    ...
    
     returns this $jsonEncodedResult 
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found