Recent Topics

1 Aug 25, 2006 18:18    

Hi all,

I've just installed the Milestone 1.8.1 release and everything seems to be going fine if not for this small problem.

There appears to be no Content-Type declaration in the admin section. I'm using the fr_CA (wicht is in iso-8859-1) locale, but as there is no:

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

My browser reverts to it's default (utf-8) and I have the usual � characters appearing. I tried to look in the admin skin but couldn't figure it out. Anybody can help me out here?

Thanks to all the b2evo team for all the great work,

Maxime

2 Aug 25, 2006 18:39

I'm "fairly" sure this is something that's already been corrected in cvs/dev, I'll check.

The file you want to alter is inc/VIEW/_menutop.php

¥

3 Aug 25, 2006 19:13

¥åßßå wrote:

The file you want to alter is inc/VIEW/_menutop.php

Thanks! I've added this in the file:

<meta http-equiv="Content-Type" content="text/html; charset=<?php locale_charset() ?>" />

And now everything works.

4 Sep 06, 2006 00:51

You should actually be adding a header() call. There is one in all defualt skins. (There was a problem with static pages in v1.8.1 though).

If you have a header call but it doesn't work (on dynamic pages), please let me know.


Form is loading...