>Hi,
>
>I've got a text file containing "blés, Châteaux ..."  (without quotes)

[...]
>But when i launch the script through the console (under 
>windows 2000) ...characters are translated :blùs, Chôteaux ...
>
>what does it means .. .?

Windows uses ISO-Latin-1, aka ISO-8859-1. So it probably means that the text
is written in another code page than ISO-Latin-1. You need either 1)
translate the page to ISO-Latin-1 or 2) tell in the webpage to use another
code page for the char set.

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to