hello,
I have a file with mixed content (ascii header and binary data part).
problem:
when I modify the ascii header and save the file again, then also the binary content is changed (when notepad encounters a 0x0A (\n) in the binary part, then a 0x0D(\r) is inserted before automatically...)
how can I prevent notepad++ to automatically change the binary part when changing the ascii header ???
best regards
boris giacobbo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
I have a file with mixed content (ascii header and binary data part).
problem:
when I modify the ascii header and save the file again, then also the binary content is changed (when notepad encounters a 0x0A (\n) in the binary part, then a 0x0D(\r) is inserted before automatically...)
how can I prevent notepad++ to automatically change the binary part when changing the ascii header ???
best regards
boris giacobbo
do you use the built in hex editor?