> Hello all, > > I am new to the list. I have made all the configuration settings to enable > japanese language support work with squirrelmail... following are some of > the steps > 1. compiling php with --enable-mbstring and --with-gettext > 2. downloaded a plugin to squirrelmail that will help me compose japanese > characters.. > 3. done appropriate configuration settings in php.ini file.. > > Now I am able to compose a mail with japanese characters. But when the > squirremail converts those characters , it uses some ISO-2022 encoding.. > Can anyone tell me what configuration is to be made so that the japanese > characters are converted to UTF-8 encoding.. > Otherwise please tell me how I can view the actual japanese characters > encoded with ISO in either MS-Word or Internet Explorer
Get custom_charset plugin. Go to SquirrelMail display options. Set language to "English (custom charset)". Set character set to utf-8. Try composing emails with Japanese characters. Make sure that php contains iconv or recode support. Download extra decoding functions from http://cvs.sf.net/viewcvs.py/squirrelmail/decode/eastasia/ and save them in SquirrelMail functions/decode directory. Check if squirrelmail displays iso-2022-jp encoded emails. http://www.squirrelmail.org/wiki/SupportedCharsets -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
