Hello,
The usermin does not show utf-8 characters correctly.
To fix the problem the workaround is :
sed -i /usr/libexec/usermin/lang_list.txt -e "s/lang=en,/lang=en,charset=UTF-8,/g" sed -i /usr/libexec/usermin/mailbox/defaultuconfig -e "s/charset=iso-8859-1/charset=utf-8/g" sed -i /usr/libexec/usermin/mailbox/boxes-lib.pl -e "s/ISO-8859-1/UTF-8/g" sed -i /usr/libexec/usermin/forward/autoreply.pl -e "s/iso-8859-1/utf-8/g" sed -i /usr/libexec/usermin/web-lib.pl -e "s/iso-8859-1/utf-8/g"
Please change default charset from ISO to UTF standard.
Best regards
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Wed, 02/02/2011 - 15:46 Comment #1
Better than that, in the next release of Usermin and Webmin I will add a language option for English but with the UTF-8 character set.
Submitted by Issues on Wed, 02/16/2011 - 16:22 Comment #2
Automatically closed -- issue fixed for 2 weeks with no activity.
Submitted by adrianmak on Wed, 08/08/2012 - 00:35 Comment #3
It's seems still not work properly.
Sending from wemail is fine but when someone reply this email, all chars turned into rubbish chars.
http://i50.tinypic.com/5pn58k.jpg
Submitted by JamieCameron on Wed, 08/08/2012 - 13:18 Comment #4
Do you have the en-UTF-8 character set selected in Usermin?
Submitted by adrianmak on Thu, 08/09/2012 - 03:42 Comment #5
There is no en-UTF-8 under the select list http://i48.tinypic.com/2jd49dy.png
Submitted by JamieCameron on Thu, 08/09/2012 - 14:57 Comment #6
That's a mistake .. I'll fix that in the next Usermin release.
Submitted by herculesnetwork on Fri, 11/17/2017 - 09:57 Comment #7
This is a simple mistake, but even today, no one fixed this!
nano /etc/webmin/virtual-server/autoreply.pl
253 replace with:$type .= "; charset=".($cs || "utf-8");
and then:
service webmin restart
Submitted by JamieCameron on Sat, 11/18/2017 - 13:39 Comment #8
herculesnetwork - that shouldn't be necessary, as the charset in use in the UI should be copied into the autoreply file via a line like
Charset: UTF-8