Opening binary files, without modifying new lines

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 1
Joined: Sun Sep 19, 2010 3:14 pm

Opening binary files, without modifying new lines

Post by astral_cyborg »

Hello.

I want to open a binary file as it is (with new lines as characters), but it opens with new lines fixed. How can I prevent that? I need to make modifications in some values and save it as it was before.

Thank you.

Offline
Posts: 2247
Joined: Tue Aug 07, 2007 2:03 pm
Location: Vinnitsa, Ukraine

Post by FeyFre »

astral_cyborg
AkelPad is not intended to open binary files. Maximum you can do is open file and view it, but no modify.

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

astral_cyborg
AkelPad 4.x.x support of correct binary file saving, ofcourse you must not change new line format of a file. And new line will be always parsed as new line.
Post Reply