in reply to Re: OT? Character set issues with MySQL/CGI::Application
in thread OT? Character set issues with MySQL/CGI::Application
When I inserted the Espaņol into the DB, I used a manual query in the mysql shell and copied and pasted it from a web page.
I've been trying to "fix" hte table tonight by playing around with the character set, but
ALTER TABLE Language CONVERT TO latin1;has no effect on the data. I still have to pipe it through Encode::decode.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: OT? Character set issues with MySQL/CGI::Application
by Corion (Patriarch) on Jul 25, 2008 at 06:49 UTC |