Topic: Where to change the characterset in the files?
VidERbas
avatar
Softmore
Softmore
Posts: 60

Posted:
6.Jan 2004 - 21:46

Hi All..

in the (header.php) file I found this line:

Code

if (defined("_CHARSET") && _CHARSET != "") {
            echo "<meta http-equiv=\"Content-Type\" ".
                     "content=\"text/html; charset="._CHARSET."\">\n";
        }
    }


Where does this get the Characterset from? Is there a file where I can change the English Characterset to another language without adding the new language files? I mean I want to modify the (eng) folder to represent another language.. Where can I edit the characterset of the (eng) ?

Thanks.
Simon
online
avatar
Steering Committee
Steering Committee
Posts: 13427

Posted:
6.Jan 2004 - 22:11

line 8 of global.php in the language/eng folder is where you find it.

--
Regards,
Simon

itbegins.co.uk - Zikula Consulting

Please read the Support Guide
VidERbas
avatar
Softmore
Softmore
Posts: 60

Posted:
6.Jan 2004 - 22:14

HammerHead, Thanks :)
Simon
online
avatar
Steering Committee
Steering Committee
Posts: 13427

Posted:
6.Jan 2004 - 22:16

glad to help ;)

--
Regards,
Simon

itbegins.co.uk - Zikula Consulting

Please read the Support Guide