Skip to content
New issue

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

UTF-8 to UTF-8 conversion errors #3

Open
leahneukirchen opened this issue May 31, 2018 · 3 comments
Open

UTF-8 to UTF-8 conversion errors #3

leahneukirchen opened this issue May 31, 2018 · 3 comments

Comments

@leahneukirchen
Copy link

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.

@bhaak
Copy link
Owner

bhaak commented May 3, 2019

Oh, that's funny. This even happens if you just use echo
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.

@bhaak
Copy link
Owner

bhaak commented Oct 24, 2019

@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).

@leahneukirchen
Copy link
Author

Please credit Leah Neukirchen. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants