Yes that's right,
it's UTF-8 but i want to be able to transcode it to
ISO-8859-1.
You're right i'm using the XMLString::transcode()
method and i'm guess from what you say that it's not
the best way to do it.
That's how the orginal XML file looks like:
Moléculaire
What shall i use than to tr
> The problem i have is that i need to parse a huge file
> that's why i decided to use the sax parser. however
> the file contains a particular encoding and the parser
> fails to transcode those strings. For example one line
> says Moléculaire
It's very very unlikely the parser cannot transcode d
The problem i have is that i need to parse a huge file
that's why i decided to use the sax parser. however
the file contains a particular encoding and the parser
fails to transcode those strings. For example one line
says Moléculaire
When i display the tag name its empty so i assume that
the parse