30 Dec
2008
30 Dec
'08
2:32 p.m.
On 30-12-2008 13:17:23 +0100, Stefan Manegold wrote:
looks like some "magic byte" (-like) file type identifier left over by some nasty (Windows-?) program that created the csv file ...
http://en.wikipedia.org/wiki/Magic_number_(programming) says: " Unicode text files encoded in UTF-16 often start with the Byte Order Mark to detect endianness ('FE FF' for big endian and 'FF FE' for little endian). UTF-8 text files often start with the UTF-8 encoding of the same character, 'EF BB BF'. "
Vim ignores it, so maybe we should as well?