> I have installed squirrelmail and everything is working, except one > tiny thing. The textstring I have chosen in $motd = in config.php has > the swedish characters å and ä. I can solve it, using å and ä > in that file, but I shouldn't need to do so!?> I have this in functions/i18.php:> $languages['sv_SE']['NAME'] = 'Swedish';> $languages['sv_SE']['CHARSET'] = 'sv_SE.utf-8';> $languages['sv_SE']['LOCALE'] = > array('sv_SE.ISO8859-1','sv_SE.utf-8','sv_SE');>$languages['sv']['ALIAS'] = 'sv_SE'; SquirrelMail configuration utility (conf.pl) can't detect character set that youare using to enter those characters. Same thing as with 8bit IMAP folder names.If you enter MOTD in utf-8, utf-8 symbols will be used on page tagged withiso-8859-1 charset. SquirrelMail interface can use different character sets and writing 8bit MOTD inhtml entities is the best thing that you can do. -------------------------------------------------------------------------This SF.net email is sponsored by: Splunk Inc.Still grepping through log files to find problems? Stop.Now Search log events and configuration files using AJAX and a browser.Download your FREE copy of Splunk now >> http://get.splunk.com/--squirrelmail-users mailing listPosting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelinesList Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxxxxxx Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.userList Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users