how notepad++ picture extended chars

吃可爱长大的小学妹 提交于 2019-12-11 04:53:31

问题


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

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.

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


回答1:


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

  • 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.



来源:https://stackoverflow.com/questions/18352595/how-notepad-picture-extended-chars

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!