We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a file that contains 3 nulls.
If I open it in NPP and then edit it with the Hex Editor it correctly shows the 3 nulls as zeros Address 0 1 2 00000000 00 00 00
so far so good. Now, if I highlight it, right-click and hit "copy" when I paste it into any other app the zeros show up as 20's
20 20 20
Thanks,
The text was updated successfully, but these errors were encountered:
Same issue here
Sorry, something went wrong.
No branches or pull requests
I have a file that contains 3 nulls.
If I open it in NPP and then edit it with the Hex Editor it correctly shows the 3 nulls as zeros
Address 0 1 2
00000000 00 00 00
so far so good. Now, if I highlight it, right-click and hit "copy" when I paste it into any other app the zeros show up as 20's
20 20 20
Thanks,
The text was updated successfully, but these errors were encountered: