AIX reports the CODESET as "ISO8859-1" in the POSIX locale.
authorschwarze <schwarze@openbsd.org>
Tue, 21 Aug 2018 13:56:27 +0000 (13:56 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 21 Aug 2018 13:56:27 +0000 (13:56 +0000)
commitecd170eeadc81331d3aceee3ffb63a8c6d7bc124
treec01d43b713409a1596ab0e2281ee8338065e498f
parent47a41f73983275e789bcda8e72c6886415f8147f
AIX reports the CODESET as "ISO8859-1" in the POSIX locale.
Treating that as a safe encoding is OK because even when other
systems return that string for real ISO8859-1, it is still
safe in the sense that it is ASCII-compatible and stateless.

Issue reported by Val dot Baranov at duke dot edu.  Additional
information provided by Michael dot Felt at felt dot demon dot nl.
Tested by Michael Felt on AIX 6.1 and by Val Baranov on AIX 7.1.
Tweak and OK djm@.
usr.bin/ssh/utf8.c