Parnell Springmeyer schreef:
I have a strange problems on my application. Zend Framework outputs
""
characters at the ending of my page.
Check your character encoding, if you are serving pages with UTF-8 but
save them as ISO-8859-1, you will get odd characters.
Your best bet would be to save all documents and serve all documents
as UTF-8.
Hi,
This looks like an UTF-8 BOM. The UTF-8 representation of the BOM is the
byte sequence EF BB BF, which appears as the ISO-8859-1 characters "".
If you edit the file with Zend Studio, VIM, nano, or whatever, you are
able to remove the UTF-8 BOM. You could also change the file's encoding
to ASCII if you don't need UTF-8.
Best,
--
Andries Seutens
http://andries.systray.be
Gecontroleerd op virussen door de JOJO Secure Gateway.