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
It's sender's client issue. It should be ISO-8859-1.
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.
I have fixed the problem as your said.
Thanks,
yk