in reply to Problem with SOAP::Lite and accented characters.
The table in MySQL has been defined with a character set of UTF-8.
Since DBD::MySQL only has very limited and experimental support for utf-8, what encoding is the output message in? You might need to do an explicit encode() to utf8 or whatever encoding your XML output is expecting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with SOAP::Lite and accented characters.
by jdtoronto (Prior) on Dec 11, 2006 at 20:09 UTC | |
by Joost (Canon) on Dec 11, 2006 at 20:21 UTC |