ffes/nppfilesettings

Support PEP 263

ffes opened this issue · 0 comments

As requested in #1, add support for PEP 263.

Not sure if will support this, because it was a Python 2 thing and Python 3 should always use utf-8. Docutils have removed PEP 263 support because of this.

Another thing is that there is no list of supported encoding mentioned in PEP 263, so I have no idea what the common used encodings are these days if I were to support that.