Reputation: 860
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:
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?
Upvotes: 0
Views: 826