-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Non-UTF-8 output on localized MSVC #3012
Comments
Interesting! Are you seeing these messages as part of a standard |
No, I'm modifying linker arguments with |
Oh actually this output is coming from the compiler, not from Cargo. Can you open a bug over there instead? |
Done. |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This might be related to the comments in #2560, but I'm not sure: A localized (e.g. German) MSVC can produce non-UTF-8 output, which can become almost unreadable in the way it's currently forwarded to the user.
This can be seen in an (otherwise unrelated) issue comment: rust-lang/cc-rs#87 (comment)
Note especially this line:
That output might be a lot longer for multiple LNK errors (one line per error, but the lines are not properly separated in the output, because they are converted to
\r\n
) and become really hard to read.If possible, the output should be converted to Unicode in this case.
The text was updated successfully, but these errors were encountered: