Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to search for symbol like DC1 in Notepad++

Tags:

xml

ascii

How to search for special ascii characters( like symbol 'DC1') in a file using notepad ++ or any text editors.

like image 346
Abdul Kader Avatar asked Mar 05 '12 12:03

Abdul Kader


People also ask

How do I make symbols in notepad?

Inserting ASCII characters To insert an ASCII character, press and hold down ALT while typing the character code. For example, to insert the degree (º) symbol, press and hold down ALT while typing 0176 on the numeric keypad. You must use the numeric keypad to type the numbers, and not the keyboard.

How do you find non ascii characters in notepad?

In Notepad++, if you go to menu Search → Find characters in range → Non-ASCII Characters (128-255) you can then step through the document to each non-ASCII character. Be sure to tick off "Wrap around" if you want to loop in the document for all non-ASCII characters.


1 Answers

I found the solution atlast .

The Ascii character equivalent for DC1 symbol is x11,

In the extended mode in notepad++ find, giving '\x11' should help you in finding the character.

For the list of ascii characters and their code, please find the link below

http://ascii.cl/

like image 94
Abdul Kader Avatar answered Sep 18 '22 04:09

Abdul Kader