mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
228 stars 37 forks source link

Unable to display special characters #89

Closed dderp closed 1 year ago

dderp commented 1 year ago

The preview can't display special characters like ä, é, ‘, or ’. This seems to be a font issue, considering other markdown viewers can show these characters.

mohzy83 commented 1 year ago

Please provide a sample file for further investigation of this issue.

dderp commented 1 year ago

Just turn on the preview and you'll see what I'm talking about. Sample file.md

mohzy83 commented 1 year ago

This seems to be an encoding problem in n++. With plain ANSI it looks like this: grafik

But when I select an encoding like ISO-8859-1 everything looks fine: grafik grafik

dderp commented 1 year ago

Ah, that would explain it. My bad, I guess... For me, the stuff on the left still shows up properly even without specifically choosing a Western European encoding.