egoist / eme

Elegant Markdown Editor.
https://egoist.sh/eme
MIT License
2.04k stars 152 forks source link

EME Charset Encoding #24

Open dreamsyk opened 8 years ago

dreamsyk commented 8 years ago

when import a GB2312 .md file , it will show garbled

egoist commented 8 years ago

I plan to add two menu items into the app menu, which is similar to sublime text:

- Reopen with encoding
- Save with encoding

And then use iconv-lite to convert the encoding.

Does this look good to you?

dreamsyk commented 8 years ago

yeah ,it very good