gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
277 stars 61 forks source link

Previewing cp1252 encoded files fails #5

Closed EdVanDance closed 11 years ago

EdVanDance commented 11 years ago

Hi,

as mentioned in the title, previewing Windows 1252 encoded files fails. I'm using the default setup (internal parser).

The failure reason and how I solved it, is here: EdVanDance/subl-text-2@7bdf71a3826baabf45944b1a753822d5d5b03cb5

Greetings, Ed

gruehle commented 11 years ago

Hi Ed,

Brackets only support UTF-8 encoded files, so this extension will also only support UTF-8. I'll update it when Brackets adds support for other encodings.

EdVanDance commented 11 years ago

Oops, this issue was about a Sublime Text 2 plugin, also called MarkdownPreview, sorry.