problem in accentuation with uebimiau

Discussion in 'Installation/Configuration' started by lunardi, Mar 31, 2007.

  1. zanard

    zanard New Member

    What is the e-mail login page address?
     
  2. lunardi

    lunardi New Member

  3. zanard

    zanard New Member

    Are you made charset changes in right place?

    Please choose "uebimiau default" theme.

    And look login page html source. At the moment your code is:

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    and that means you are't change charset to utf-8.

    If you changes are right, then you must get utf-8 instead of iso-8859-1:

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    Make changes in right language file!
     
  4. lunardi

    lunardi New Member

    Hi Zanard,


    I´m make changes from "iso-8859-1" to "utf-8" in files:
    ..inc/class.uebimiau.php
    ..inc/class.smtp.php
    ..webmail/themes/aleborgxp/login.php
    ..langs/pt_BR.txt

    reload in apache2, but problem NOT resolv.

    Thans again.
     

Share This Page