Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Encoding issue from DBI to string

by ev0lution (Initiate)
on Jan 03, 2013 at 16:28 UTC ( [id://1011485]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    my $dbh = DBI->connect("DBI:mysql:$db_name1:$db_host1:$db_port1","$db_
    +user1","$db_pw1", {RaiseError => 1, PrintError => 0, mysql_enable_utf
    +8 => 1, ChopBlanks =>0}); 
     
    ...
     
     my $RowSet = $dbh->selectall_arrayref("SELECT * FROM CollectionDB.ISI
    +S WHERE SourceID = '$PassedSource' ORDER BY ObjectKey DESC");
    
  2. or download this
    artTitle is ?????? ?? ??? ???? ???? ???? 
    Encoding test on Title results: UTF8 off, ASCII, 28 characters 28 byte
    +s
    

Log In?
Username:
Password:

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

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

    No recent polls found