We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Oh, that's funny. This even happens if you just use echo echo | src/vilistextum -y utf-8 - -
echo | src/vilistextum -y utf-8 - -
The end of file character (-1) is an invalid utf-8 sequence and that's causing the EILSEQ. I wonder why that doesn't happen usually.
Sorry, something went wrong.
@leahneukirchen with what name do you want to be credited in the changelog and commit message (if you want to be credited for finding this bug).
Please credit Leah Neukirchen. Thank you!
No branches or pull requests
vilistextum errors when converting UTF-8 to UTF-8:
This is because iconv is called byte-wise I think.
The text was updated successfully, but these errors were encountered: