问题描述
我的记事本++中有这样的字符
当我试图复制整行时,我实际上是在复制所有内容,直到NUL":
文件:1
我想要做的是替换那些 null,什么都不是,所以我可以复制我的整行.也许有任何关键字会告诉notepad++(或任何其他可能有帮助的程序)替换这些字符?当我选择它时,使用右键单击然后清除",它就消失了 - 但我不想一一做.
我不关心消除这个问题的原因,只关心效果(NULs)
这可能会有所帮助,我曾经这样整理我的文件:
I have got characters like that in my notepad++
When i am trying to copy whole line, i am actually copying everything until "NUL":
File:1
What i want to do, is replace those null, to be nothing, so i can copy my whole line.Maybe there is any keyword that will tell notepad++(or any other program that might help) to replace those characters?When i am selecting it, use Right Click and then "clear", its gone - but i dont want to do it one by one.
I don't care about removing the cause of this problem, just the effect(NULs)
This might help, I used to fi my files like this:http://security102.blogspot.ru/2010/04/findreplace-of-nul-objects-in-notepad.html
Basically you need to replace x00 characters with regular expressions
这篇关于删除“NUL"人物的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!