Actions
Defect #6370
closedUTF-8 BOM only partially hidden
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
2010-09-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
We are using revision r4083.
When displaying a text file (the extension of which is not known by coderay) that is encoded as UTF-8 with standard 3-byte BOM, only the first 2 bytes are cut off and the third byte, bf
is rendered as "
".
Standard unix xxd
outputs the following for the file visible in the attached screen shot:
$:~/aarghr$ head -n3 Parser.fs | xxd 0000000: efbb bf6f 7065 6e20 5379 7374 656d 0d0a ...open System.. 0000010: 6f70 656e 2053 7973 7465 6d2e 586d 6c0d open System.Xml. 0000020: 0a0d 0a
Files
Related issues
Actions