|
Posted by mistral on 10/11/06 17:46
how to set right encoding for Multi-language website? Site is on
php-based CMS. There is language selectors at top of each page, that
user can select language. But i dont know where this implemented in php
code or other details.. i work with CMS GUI only, there is settings
where 'header' template can be configured (headers are dynamically
created for all pages). So, its not possible set different headers for
specific pages, all headers are the same. As far I know, the correct
way is using utf-8 charset only:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">. But
this way one of lanuages can not be displayed correctly. Dont know how
this need be done correctly.
thanks.
Navigation:
[Reply to this message]
|