Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Strange Characters - Different Encoding?

by ioannis (Abbot)
on Nov 05, 2005 at 09:47 UTC ( [id://505959]=note: print w/replies, xml ) Need Help??


in reply to Strange Characters - Different Encoding?

The page from the gwinnettdailypost site was in 8859-1 (Latin1) encoding -- good news, because it should be a simpler problem to investigate. First, assuming you are on Unix, ensure you are running perl from a Latin-1 environment.
  • % export LC_ALL=en_US.iso88591
Then run your perl program.

If the above was not sufficient to fix the problem, check if the db server is setup for latin-1 -- or create a new database that can handle Latin-1 .

Here are the commands if you are using Postgresql:

  • SHOW server_encoding ;
  • CREATE DATABASE myname WITH encoding = 'LATIN1';
  • Comment on Re: Strange Characters - Different Encoding?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found