Author Topic: PHP Error: Could not convert string from ISO-8559-1 to UTF-8.  (Read 3399 times)

Offline yk5515

  • Jr. Member
  • **
  • Posts: 12
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

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
PHP Error: Could not convert string from ISO-8559-1 to UTF-8.
« Reply #1 on: July 05, 2010, 02:44:02 AM »
It's sender's client issue. It should be ISO-8859-1.

Offline yk5515

  • Jr. Member
  • **
  • Posts: 12
PHP Error: Could not convert string from ISO-8559-1 to UTF-8.
« Reply #2 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;28527
It's sender's client issue. It should be ISO-8859-1.

Offline yk5515

  • Jr. Member
  • **
  • Posts: 12
PHP Error: Could not convert string from ISO-8559-1 to UTF-8.
« Reply #3 on: July 08, 2010, 10:00:16 PM »
I have fixed the problem as your said.

Thanks,

yk