Posted by Dikkie Dik on 11/15/07 16:27
> It is "text/html; charset=iso-8859-1". So it IS a php problem?
>
>> It can be solved by sending the correct encoding. This can be done in
>> PHP.INI (server-wide, or from an apache config section-wide), or just
>> by sending the appropriate Content-Type header "by hand".
>
> Changing Content-Type would do it? I'll look up what kind I need, but if
> you would be so kind.....?
just send a header "Content-Type: text/html; charset=utf-8"
I think it is time to read something about the subject:
http://www.joelonsoftware.com/articles/Unicode.html
Good luck with the onions.
Navigation:
[Reply to this message]
|