Kelvin Park skrev:
I heard from a person that he was having some problem with uploading and displaying a web site on an ordinary web hosting server because the files weren't saved as UTF-8 charset (instead they were saved in iso-8859-1).

Could saving HTML files in a different charset (UTF-8 or iso-8859-1) cause problem with the web hosting server making the website totally inaccessible?


Probably not.. However (as always), if code is misinterpreted due to character set, tags may be interpreted incorrectly and generate errors which prevents output. Most likely in case of cached pages where output isn't presented until the page is fully parsed.

But I'd say it's not likely...

Anders.

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

Reply via email to