nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Error : accentuated characters not supported #88

Closed PascalSartoretti closed 6 years ago

PascalSartoretti commented 6 years ago

Issue description

Accentuated characters in the "source" window are rendered as garbage in the "preview" window

Markdown to reproduce

Source : "Texte accentué" => The "é" becomes a black lozenge with a question mark within

Environment

nea commented 6 years ago

Hey @PascalSartoretti

Could you please check what encoding is set in Notepad++ and on your system? Because for me it looks fine:

image

Thanks

PascalSartoretti commented 6 years ago

Thanks, it works by explicitly encoding in UTF-8 (which is not desired) or in ISO-8859-1. It is a very acceptable workaround.