Menu

prevent notepad to do unwanted changes

2008-02-05
2012-11-13
  • Nobody/Anonymous

    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

     
    • Nobody/Anonymous

      do you use the built in hex editor?