Topic: lang_char_encoding missing in http header !
Hi,
I've find some issue about char encoding and resolve it adding this line :
header('Content-Type: text/html; charset='.$lang_common['lang_encoding']);
in the header.php
Good for me...
Have I right ?