Hi,
I checked my error logs with roundcube and found several repeated issues with conversion to UTF-8.
[06-Oct-2009 09:01:09 +0200]: PHP Error: Could not convert string from ISO-1040 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class is available. in /home/roundcubemail/program/include/main.inc on line 279 (GET /?_task=mail) [06-Oct-2009 09:02:54 +0200]: PHP Error: Could not convert string from ISO-1040 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class is available. in /home/roundcubemail/program/include/main.inc on line 279 (GET /?_task=mail&_mbox=INBOX&_page=1) [06-Oct-2009 09:43:22 +0200]: PHP Error: Could not convert string from ISO-88659-1 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class is available. in /home/roundcubemail/program/include/main.inc on line 279 (GET /?_task=mail)
most of them are related to ISO-1040 and ISO-88659-1 conversion. Are these equivalent to some other charset and can be added to aliases? or do we need to include a new mapping file to encodings directory? Thanks.
Mirko
List info: http://lists.roundcube.net/dev/
Mirko Buffoni wrote:
Hi,
most of them are related to ISO-1040 and ISO-88659-1 conversion. Are these equivalent to some other charset and can be added to aliases? or do we need to include a new mapping file to encodings directory?
ISO-88659-1 is certainly a typo, we'll not handle this. ISO-1040 is also not a proper charset name, but used somewhere for Intalian language. I'm not sure if we can add this as an alias for ISO-8859-1 charset.