I would like to change charset in "<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">" to tis-620 I edited them in ./inc/class.uebimiau.php already, but it does not work. I am aolso try to replace charset in /themes/default (I set to the theme to "defualt") too. Anyway it does not work again. How can I do it?
Maybe it's because of the typo? Do you see the new charset in the HTML source code of the Uebimiau pages?
how can I claen some cached templates? I changed charset to tis-620 already, but when I "view source", the charset does not change.
<!-- Page generated by UebiMiau 2.7 All rights reserved to Aldoir Ventura - aldoir AT users.sourceforge.net This is a free software licensed under the GPL terms, see www.gnu.org for more info http://uebimiau.sourceforge.net --> <html><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><!--- Theme created by Anders Aleborg Visit www.cyber.nu ---> <head> <title>UebiMiau - เข้าระบบ</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="themes/aleborgXP/webmail.css" type="text/css"> </head> ------------------------------- How can I change charset=iso-8859-1 to charset=tis-620?
You could use grep to find out which files contain charset=iso-8859-1 and then edit the files. Code: grep -i -r "charset=iso-8859-1" /home/admispconfig/ispconfig/web/webmail/*