-
Notifications
You must be signed in to change notification settings - Fork 661
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
-time should understand multibyte encodings #3659
Comments
Comment author: @mikeshulman It appears that the snippets of code shown by the output of -time are simply a fixed number of bytes. If the cutoff happens to come in the middle of a multibyte character, weirdness ensues. |
Comment author: @ppedrot That's not difficult to fix if we know what encoding we are expecting. Nonetheless, I am unsure about the fact that Coq's one encoding is or should be UTF-8. |
Comment author: @JasonGross Is there any reason for picking a non-ASCII default encoding other than UTF-8? |
Comment author: @mikeshulman What about using the OS default system encoding? |
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#3659
From: @mikeshulman
Reported version: trunk
CC: @JasonGross, @ppedrot
The text was updated successfully, but these errors were encountered: