chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
821 stars 156 forks source link

Displayed hex does not copy and paste #66

Open ddmetzler opened 2 years ago

ddmetzler commented 2 years ago

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,

chovanecm commented 2 years ago

Same issue here