Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: def1 on January 29, 2010, 05:38:22 AM

Title: ISO-2022-JP "Mish Mash"
Post by: def1 on January 29, 2010, 05:38:22 AM
I get some emails in Japanese with encoding of ISO-2022-JP which always displays as...well "mish mash"!  I have enabled utf-8 in RC main config without success, as well as enabling mbstring in php.ini also without success. I did have
the following error "  PHP Error: Could not convert string from ISO-2022-JP to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class is available."

until I commented out certain code in my program/include/main.inc file.

How would I enable ISO-2022-JP in RC?
Title: Solved
Post by: def1 on February 01, 2010, 10:32:38 PM
Recomplied php-5.3.1 with gettext=/usr/share/gettext and mbstring=all and
everything reads well..

PHEW!!