Posted by Rasmus Lerdorf on 01/13/05 23:22
On Thu, 13 Jan 2005, OOzy Pal wrote:
> My html templates are encoded using utf-8. When the
> browser reads the files as .html it encodes it fine
> and my characters looks fine. However, when php reads
> the files and sends them to the browser the files
> looks ugly and unreadable. How can I force the broswer
> to encode the pages in utf-8.
Your terminology is a bit off, but you can solve your problem by adding
this to your php.inie file:
default_charset="utf-8"
-Rasmus
[Back to original message]
|