Builtin encoder/decoder should be used for Latin-1
Filed on behalf of hvr.
Currently mkTextEncoding' delegates decoding/encoding from/to latin-1 to iconv. This shouldn't be necessary as we have latin-1 an encoder in base. Let's use it like we do the built-in ASCII codec.
Edited by Ben Gamari