Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Perl DBI can't display Chinese text?

by Anonymous Monk
on Oct 14, 2013 at 10:56 UTC ( [id://1058169]=note: print w/replies, xml ) Need Help??


in reply to Perl DBI can't display Chinese text?

Here's how to figure how Perl sees the incoming data:
use Data::Dumper; $Data::Dumper::Useqq = 1; ... print Dumper(\@row);
Paste some sample output from that and we can help you better. (Also, the ungarbled versions of the same content would help, too.)

Log In?
Username:
Password:

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

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

    No recent polls found