HTML templates that begin with the UTF-8 Byte Order Mark (EF BB BF) begin with the following Unicode character:
This, of course, causes problems if you're not expecting text, because most browsers don't treat that character as whitespace.
I would expect that the UTF8 BOM would get stripped out.
HTML templates that begin with the UTF-8 Byte Order Mark (EF BB BF) begin with the following Unicode character:
This, of course, causes problems if you're not expecting text, because most browsers don't treat that character as whitespace.
I would expect that the UTF8 BOM would get stripped out.