Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Display a Binary file in Column format

    Help wanted · · · – – – · · ·
    4
    8
    3452
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User last edited by

      Can a Binary file be Displayed in Column format?

      Alan Kilborn 1 Reply Last reply Reply Quote 0
      • Alan Kilborn
        Alan Kilborn @Guest last edited by

        @Leroy-Hindman

        This is so wrong of a question to ask about a text editor, that I’m not surprised you asked it twice in two threads.

        ANSWER: Don’t use a text editor to edit binary files.

        Given that you are going to continue using a text editor to edit binary files, what do you mean by “column format”?

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User last edited by

          Not going to edit the file just want to look at it.
          What I mean by column format is for every record in the
          file it has 2 columns. NotePad++ is putting the entire file on
          one line.

          Alan Kilborn 1 Reply Last reply Reply Quote 0
          • ?
            A Former User last edited by

            Never mind I got.

            1 Reply Last reply Reply Quote 0
            • Alan Kilborn
              Alan Kilborn @Guest last edited by

              @A-Former-User said in Display a Binary file in Column format:

              NotePad++ is putting the entire file on
              one line.

              Well, that’s because it is a text editor.
              And text editors consider a line to be something that ends with a carriage-return + line-feed, or just a line-feed, or just a carriage-return.
              Thus Notepad++ isn’t wrapping any lines in your file because it is not of text format, so there is nothing to wrap.
              You need to adjust your thinking to what you are trying to do with what tools/data, and not think that Notepad++ should adapt itself to what you are attempting.

              1 Reply Last reply Reply Quote 0
              • Daniel Fuchs
                Daniel Fuchs last edited by

                I can only think of using the Hex-Editor plug-in.

                1 Reply Last reply Reply Quote 3
                • KnIfER
                  KnIfER last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • KnIfER
                    KnIfER last edited by

                    I implemented step#1 : Display a Binary file.

                    The Next Goal : Column Mode

                    The binary mode will fix all ‘incorrect data’ issues of the HexEditor Plugin

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Copyright © 2014 NodeBB Forums | Contributors