Thread: Php, ISO-8859-1
View Single Post

  #4 (permalink)  
Old 12-06-2006
John Dunlop
 
Posts: n/a
Default Re: Php, ISO-8859-1

Nico:

> I made a php page (charset: ISO-8859-1).
> When I open this page in my localhost everything is OK.
> On the contrary, if I open the page in my test web-site, I'm not able to
> see the correct types (e.g. the symbol of Euro).


U+20AC is not available to ISO-8859-1. ITYM Windows-1252.

http://czyborra.com/charsets/iso8859.html

--
Jock

Reply With Quote