Infragistics / livewire

A simple web content editor built with Electron
https://waffle.io/infragistics/livewire
19 stars 9 forks source link

Save as HTML file option saves in ANSI encoding #75

Closed ig-ealbert closed 8 years ago

ig-ealbert commented 8 years ago

Create a markdown file in Livewire (like as if you were writing a blog). Click File > Save as HTML.

Actual Result: the file is saved in ANSI encoding.

Expected Result: the file is saved in UTF-8 With BOM encoding.