去除“NUL”字符 [英] Removing "NUL" characters

查看:400
本文介绍了去除“NUL”字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在记事本中有这样的字符++

I have got characters like that in my notepad++

当我试图复制整行时,我实际上是复制一切,直到NUL:

When i am trying to copy whole line, i am actually copying everything until "NUL":

File:1

我想要做的是替换那些null,没有什么,所以我可以复制我的整个线。
也许有任何关键字会告诉notepad ++(或任何其他程序,可能有帮助)替换这些字符?
当我选择它,使用右键单击,然后清除,它走了,但我不想一个接一个。

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.

只要效果(NULs)

推荐答案

这可能有帮助,我习惯了fi我的文件像这样:
http://security102.blogspot .ru / 2010/04 / findreplace-of-nul-objects-in-notepad.html

This might help, I used to fi my files like this: http://security102.blogspot.ru/2010/04/findreplace-of-nul-objects-in-notepad.html

基本上,您需要将\ x00个字符替换为表达式

Basically you need to replace \x00 characters with regular expressions

这篇关于去除“NUL”字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆