Remove Null characters in Notepad++?

Discussion in 'General Software and Applications' started by Pill Monster, Aug 21, 2014.

  1. Pill Monster

    Pill Monster Banned

    Messages:
    25,211
    Likes Received:
    9
    GPU:
    7950 Vapor-X 1100/1500
    Anyone know how to do this so the strings can be read?


    Example...

    [​IMG]
     
    Last edited: Aug 21, 2014
  2. nhlkoho

    nhlkoho Guest

    Messages:
    7,754
    Likes Received:
    366
    GPU:
    RTX 2080ti FE
    Can't you just use the replace function?
     
  3. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,599
    Likes Received:
    13,609
    GPU:
    GF RTX 4070
    UNICODE text?
     
  4. scatman839

    scatman839 Ancient Guru

    Messages:
    14,121
    Likes Received:
    538
    GPU:
    3080, KD55XD800
    This is typically something you need a hex editor to view properly.

    Even if you remove the nuls (which I have tried and is very hard since you can't copy and paste NULL into the replace box) it'll still be gibberish.
     

  5. Cyberdyne

    Cyberdyne Guest

    Messages:
    3,580
    Likes Received:
    308
    GPU:
    2080 Ti FTW3 Ultra
    He's trying to see what it really is nhlkoho, replacing it would accomplish nothing.

    scatman is most likely right on the money. A hex editor or a resource viewer might do the trick for whatever file you are trying to look at.
     
  6. noni

    noni Guest

    Messages:
    1
    Likes Received:
    0
    GPU:
    NVIDIA GeForce 240M / 4GB
    You can replace NULL characters using Notepad++ by setting 'Search Mode' to Extended (\n, \r, \t, \0, \x...)

    Then put the following in the 'Find what' field: \x00
    Then don't put anything in the 'Replace with' field.
     

Share This Page