Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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.

Change History (3)

comment:1 Changed 12 years ago by weis

Resolution: fixed
Status: newclosed

(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.

comment:2 Changed 12 years ago by wander

So input is now interpreted as UTF-8 by default?

comment:3 Changed 12 years ago by anonymous

Yes. It has been all the time.

Note: See TracTickets for help on using tickets.