-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Umlauts in ISO-8859-1 not properly displayed #568
Comments
I'm not able to reproduce the issue, unfortunately. I think GitHub or my browser is normalizing the encoding from your snippet above. Would it be possible to provide a small test file? |
Shure, here you are. I've had to change file suffix to .txt, github did not allow .xml. |
Thank you for reporting this.
I'm a bit surprised that
Is your terminal emulator configured to read ISO-8859? If I pipe the output of
|
Hello David, |
Right, I can confirm that. I think the issue is the following: in interactive mode (when the output is not piped somewhere else, like in my example above) Arguably, printing In this particular example (where the What do you think? |
Hello David, I agree that the current implementation is ok as far as I can judge the problem. Having a section in Troubleshooting might be a good idea. I've just hat a look at
Cheers, |
Well,
Could you go into more detail? I spent quite some time designing
Not really (see #134). |
@cloudyster Any further feedback on this? I see the following action points so far:
|
Closing this without resolving the first point. I'm not convinced we need this. |
when working with files in ISO-8859-1 encoding umlauts are not properly displayed
Cheers,
Marc
The text was updated successfully, but these errors were encountered: