On Mon, Jan 02, 2006 at 08:08:24PM -0800, OpenMacNews wrote:
[...]
> but, after generation, i'm seeing the following characters DISPLAYED at the top of my browser
> page display:
>
>  
>
[...]
what you see is a BOM (Byte Order Mark). see
http://www.unicode.org/faq/utf_bom.html and configure your text editor
to not write the BOM in front of any text file. neither php nor smarty
like it.
HTH
messju