
Jan. 10, 2018
8:31 a.m.
On 10 January 2018 at 04:16, Nick Coghlan <ncoghlan@gmail.com> wrote:
On 10 January 2018 at 13:56, Rob Speer <rspeer@luminoso.com> wrote:
One other thing I've noticed that's related to the WHATWG encoding list: in Python, the encoding name "windows-874" seems to be missing. The _encoding_ is there, as "cp874", but "windows-874" doesn't work as an alias for it the way that "windows-1252" works as an alias for "cp1252". That alias should be added, right?
Aye, that would make sense.
Agreed - extending the encodings and adding the alias both sound like reasonable enhancements to me. Paul