How to change charset in UebiMiau!

Discussion in 'Installation/Configuration' started by lexcomputer, Dec 6, 2005.

  1. lexcomputer

    lexcomputer New Member

    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?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Maybe it's because of the typo?

    Do you see the new charset in the HTML source code of the Uebimiau pages?
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Isnt uebimiau using a caching templating system? Maybe you must claen some cached templates.
     
  4. lexcomputer

    lexcomputer New Member

    how can I claen some cached templates?

    I changed charset to tis-620 already, but when I "view source", the charset does not change.
     
  5. falko

    falko Super Moderator ISPConfig Developer

    What does the HTML header look like when you click on "View source"?
     
  6. lexcomputer

    lexcomputer New Member

    <!--
    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?
     
  7. falko

    falko Super Moderator ISPConfig Developer

    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/*
     

Share This Page