Roundcube Community Forum

 

PHP Error: Could not convert string from ISO-8559-1 to UTF-8.

Started by yk5515, July 05, 2010, 02:35:57 AM

Previous topic - Next topic

yk5515

hi guys,

I have a problem accidental.

PHP Error: Could not convert string from ISO-8559-1 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class is available. in xxxxxxxxxxxxx.

Who know where can i find ISO-8559's mapping tables?

Thanks,

yk

alec

It's sender's client issue. It should be ISO-8859-1.

yk5515

hi alec,

Do you means i should add a item:

   'ISO85591'      => 'ISO-8859-1'

to 'function rcube_parse_charset($input)' ?

yk

Quote from: alec;28527It's sender's client issue. It should be ISO-8859-1.

yk5515