-
Notifications
You must be signed in to change notification settings - Fork 174
Windows character output is garbled #447
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
Comments
The error is happening because the pipe character you've specified is not the standard pipe, it's a different unicode symbol: https://apps.timwhitlock.info/unicode/inspect?s=console.log%28%27%E2%94%82%27%29 Not sure what the spec says about how this should be parsed, @saghul? |
Spoke too soon sorry, it's actually a windows-specific issue with parsing unicode inputs in |
This problem seems to have been encountered before, but it has not been solved. |
Fixed in #449 |
I'm not sure if it's a qjs encoding problem or a windows setting problem, the output in both windows terminal and vscode terminal is garbled.
It is correct to use redirection to write output to a file
The text was updated successfully, but these errors were encountered: