XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Turkish character problem in new versions. #195

Closed zembereck closed 7 years ago

zembereck commented 7 years ago

Hello, new versions no longer support Turkish characters (ı, ö, ç, ğ, ü).

For example; When I type in "ı" letter, notepad2 is writing as "i"

There is no problem in the 4.2.25.980 version. There is problem with versions after 4.2.25.980 version.

Thanks.

efotinis commented 7 years ago

I have a similar problem in various Win7 installs with a Greek system locale. Typing or pasting the whole alphabet in an ANSI document produces "aß?de??????µ???p?st?f???", which looks like a mapping to a wrong encoding. Temporarily switching the document to a Unicode encoding (UTF8/16) for editing and then back to ANSI for saving fixes the problem, but that of course is not a viable solution.

Also, I noticed that Notepad3 also started suffering from this lately, but I'm not sure whether that's because of its dependence on Notepad2-mod or Scintilla itself. From a cursory look, I don't see any relevant bug reports on the latter.

EDIT: Looks like this is a duplicate of #173 and according to the project owner it won't be fixed. Bummer…