notepad ++如何扩展字符 [英] how notepad++ picture extended chars

查看:320
本文介绍了notepad ++如何扩展字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在处理二进制数据,并想找出错误的地方.

I'm working with binary data and want to find out that is wrong.

我使用notepad ++预览二进制文件,我已将View->Show Symbol->Show All Characters设置为查看所有字符,但是仍然存在一些我无法识别的字符,例如â©ÎÅ.问题在于ASCII具有从0到127的强大标准,扩展的ASCII可能以多种方式体现出来,所以chars代表了从128到255的数字的问题.

I use notepad++ to preview binary, I have set View->Show Symbol->Show All Characters to see all chars, but there still exists some chars I cannot identify, e.g. â©ÎÅ. The problem is that ASCII has strong standart for number 0 to 127, extended ASCII may be picturing in many ways, so I have problem with chars what represents numbers 128 to 255.

是否有任何notepad ++扩展字符表或某些使其显示符号代码而不是符号的选项.

Is there any table of notepad++ extended chars or some option to make it show symbol code instead of symbol.

推荐答案

也许不是您的解决方案,但是在PSPad和SynWrite编辑器中,您可以:

Maybe not solution for you, but in PSPad and SynWrite editors you can:

  • 创建文本转换器(INI文件),该文本转换器将ASCII 127..255更改为诸如<127> ... <255>或其他字符串之类的字符串
  • 将此转换器应用于文本.
  • create text-converter (INI file) which changes ASCII 127..255 to strings like <127>...<255> or others
  • apply this converter to text.

两个应用程序的帮助中都介绍了文本转换器的用法.

Text converter usage is described in help of both apps.

这篇关于notepad ++如何扩展字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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