-
Notifications
You must be signed in to change notification settings - Fork 526
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
Fix Windows Terminal output for non-UTF-8 byte sequences #292
Comments
Same error when requesting against
|
This is something to do with the Terminal. |
While this bug can be easily reproduced locally, it is more difficult to automatically validate it in the integration tests. This bug occurs for the following combined conditions:
Related to the fix (#302) , I have added a specific case for Windows + Output in terminal,
Relating to the The output is readable when running But not from the previous example
This is due to the Accept-Encoding header.
Using the option |
I create a file named
test.hurl
containing the sample described by https://hurl.dev/docs/samples.html#getting-data:I use hurl on my windows over cmd or powershell and i get:
The text was updated successfully, but these errors were encountered: