vilistextum errors when converting UTF-8 to UTF-8: ``` echo Grüße | vilistextum -u -y utf-8 - - read_char: errno==EILSEQ; invalid byte sequence for utf-8: Grüße ``` This is because iconv is called byte-wise I think.
vilistextum errors when converting UTF-8 to UTF-8:
This is because iconv is called byte-wise I think.