Tag archive: unicode
BOMs can really drive you nuts!
A BOM is an acronym for byte-order mark and is essentially used to tell the type of encoding of a data stream or file without having to explicitly specify it (for instance, through the content-type header in HTTP response). I’d… continue reading »