Kaiserovi wrote:
> Thomas,
>
> first off, we're going to make considerable changes in all this
> conversion-related stuff for the next release.
>
> I have no clue why the iconv call fails; have you tried some other
> spellings like ISO/iso, underscore in place of a dash etc.?
It is 8859-1, without "iso" at the beginning. I dont know if this is
a wrong installation - I wrote a mail to our administration, but
received no response. I also tried to change the source code
and replaced the ISO-8859-1 with 8859-1(iconv_encoding), but in this case
only utf8CanRecodeTo is called and return true, but the recode
stuff is not called anymore.
---Thomas