A Latin1Codec encodes strings to ISO Latin-1 (aka ISO-8859-1) bytes and decodes Latin-1 bytes to strings.
this
, converting from List<int>
to String
. [...]
String
to List<int>
. [...]
this
. [...]
bytes
(a list of unsigned 8-bit integers) to the
corresponding string. [...]
input
. [...]
this
with other
. [...]