in reply to XML encoding problem
to convert dynamically your iso-8859-1/15 strings to utf8.use Unicode::String; Unicode::String->stringify_as('utf8'); $text = Unicode::String::latin1($text);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML encoding problem
by boboson (Monk) on Mar 15, 2006 at 09:34 UTC | |
by wazoox (Prior) on Mar 15, 2006 at 11:17 UTC |