|
Posted by Alvaro G. Vicario on 12/17/94 11:56
*** Harold Martin escribió/wrote (24 Aug 2006 13:35:19 -0700):
>> 2) You are including a UTF-8 encoded file with UTF-BOM (PHP doesn't handle
>> BOMs properly)
> I'm pretty certain this is not the case, but how would I check?
When you save a text file, the editor allows you to chose the encoding
(even Windows notepad). If it's ANSI, then it's not the case. If it's
UTF-8, then you must refer to your editor's configuration in order to know
if it's saving the BOM at the beginning of the file (or just save as ANSI
for troubleshooting purposes).
In any case, a small test case we can copy, paste and run, always helps.
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Navigation:
[Reply to this message]
|