These characters are the Byte Order Mark (BOM) of the Unicode Standard.
This can be solved in two ways:
- Save the file without the BOM (some editors have this as an advanced option)
- Using vi:
:set nobomb
and then save the file
- Using vi:
- Make sure the right encoding is used to present the file (meta charset) / .htaccess or similar
Thank you for this article. It was very informative.