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

Non-ASCII characters not printed correctly on Windows #48

Closed
FObersteiner opened this issue Feb 14, 2024 · 4 comments
Closed

Non-ASCII characters not printed correctly on Windows #48

FObersteiner opened this issue Feb 14, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@FObersteiner
Copy link
Collaborator

FObersteiner commented Feb 14, 2024

.{ "benchmark", "runs", "total time", "time/run (avg ± σ)", "(min ... max)", "p75", "p99", "p995" },

Windows uses UTF-16 LE by default, not UTF-8, so characters like "plusminus" or "sigma" might get messed up

@FObersteiner FObersteiner added the bug Something isn't working label Feb 14, 2024
@FObersteiner
Copy link
Collaborator Author

FObersteiner commented Feb 15, 2024

related : ziglang/zig#7600 - a good method to fix this independent of Zig is described here.

@hendriknielaender my suggestion would be to mention the method described above in the readme. That seems more appropriate to me than trying to fix this on the Zig side.

@FObersteiner FObersteiner self-assigned this Feb 15, 2024
@FObersteiner
Copy link
Collaborator Author

related: #28, #32

@hendriknielaender
Copy link
Owner

Added it to the readme. 👍
#50

@FObersteiner
Copy link
Collaborator Author

related: ziglang/zig#18229 - might this help so that users do not have to modify Windows settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants