Roundcube Community Forum

Release Support => Pending Issues => Topic started by: yk5515 on July 05, 2010, 02:35:57 AM

Title: PHP Error: Could not convert string from ISO-8559-1 to UTF-8.
Post by: yk5515 on July 05, 2010, 02:35:57 AM
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
Title: PHP Error: Could not convert string from ISO-8559-1 to UTF-8.
Post by: alec on July 05, 2010, 02:44:02 AM
It's sender's client issue. It should be ISO-8859-1.
Title: PHP Error: Could not convert string from ISO-8559-1 to UTF-8.
Post by: yk5515 on July 05, 2010, 03:06:00 AM
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.
Title: PHP Error: Could not convert string from ISO-8559-1 to UTF-8.
Post by: yk5515 on July 08, 2010, 10:00:16 PM
I have fixed the problem as your said.

Thanks,

yk