Notepad++ XML Tools plugin parsing encoder error for windows-1251

753 Views Asked by At

I've got an issue with Notepad++ plugin, XML Tools. It used to work fine with windows-1251 encoding, yet now it fails even on the simplest of XML:

<?xml version="1.0" encoding="windows-1251"?>
<Файл>
<tst ИдОтпр="test">
</tst>
</Файл>

On every save, attempt to validate, etc.. I'm getting following error:

XML Tools error

It used to work just fine, since then I don't remember updating Notepad++ nor XML Tools plugin, so I guess it's some external library that might've been changed that affects it?

0

There are 0 best solutions below