#14 closed enhancement (fixed)
Support UTF-8
Reported by: | wander | Owned by: | |
---|---|---|---|
Priority: | major | Keywords: | |
Cc: |
Description
When converting .md file to UTF-8, first line (with BOM) seems to be ignored and the rest is decoded as Latin 1.
Note: See
TracTickets for help on using
tickets.
(In [99]) Strip BOM from *.md files. However, this is always due to a crappy editor. BOM for UTF-8 is deprecated on every sane OS and by the W3C: http://www.w3.org/International/questions/qa-byte-order-mark.de.php. closes #14.