UTF-8 Files and the Preamble
Posted in General on Jul 19th, 2007 No Comments »
The UTF-8 preamble (), also known as the UTF-8 BOM or signature, is a 3 byte sequence at the start of a file indicating it is UTF-8. Like the UTF-16 BOM, this is not particular to XML, it is for any text file. But unlike the UTF-16 BOM, Byte Order Mark is not a correct [...]