-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Outdated] [Bug] "--trace" hexdump view did not escape "\x7F" #9162
Comments
--trace
hexdump view did not escape \x7F
`0x7F` is `DEL`, a non-printable symbol, so print it as `UNPRINTABLE_CHAR`. Reported-by: MasterInQuestion on github Fixes curl#9162 Closes #xxxx
Thank you @MasterInQuestion, it should be fixed now. |
--trace
hexdump view did not escape \x7F
=== Off-Topic === There's semantic difference between "`" (Grave Accent) (U+0060, 0x60, `) and `"` (Quotation Mark) (U+0022, 0x22, "). |
It's a Markdown markup here, meaning to display it as code. |
I know. And such sophisticated markup creates general interoperability issue. |
Speaking of GitHub Issues, I think it's the opposite. |
For GitHub yet has broken rendering on some very fundamental thing. |
The purpose of it is to make posts easier to read and harder to misunderstand. For example code markup will retain spaces and other things. It also indicates that it is code/command/input/output, or a |
The crucial problem is that such significant information become lost when copying (from the rendered display) back into Plain Text. |
You can always access the original text for your own submissions. For others, you can do the same with the "Quote reply" option, if that's necessary. |
Not always (e.g. locked topic). And the practice is bothersome (not only login required, and the apparent more). Readable in one way, unreadable in another: |
As displayed in [ https://github.com/curl/curl/issues/9160#issue-1305810315 ].
I suppose it's unintended. As the behavior seems to be inconsistent with `hexdump`.
The text was updated successfully, but these errors were encountered: