chungtapd00973 / nppsnippets

Automatically exported from code.google.com/p/nppsnippets
0 stars 0 forks source link

Umlauts and other characters get garbled #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make a new snippet containing umlauts, e.g.
ÄÖÜ
äöü
ß
–

2. Insert this snippet in a text

What is the expected output? What do you see instead?
I would expect to get the letters 
ÄÖÜ
äöü
ß
–
Instead, I see control codes (?) xC4 xD6 xDC etc

What version of the product are you using? On what operating system?
Snippets 1.2.0 using sqlite 3.7.15.1
Notepad++ 6.7.4  
Win 7 x64 (de)

Original issue reported on code.google.com by wuh3...@gmail.com on 10 Mar 2015 at 7:22