Page 1 of 1

Font

Posted: Thu Mar 02, 2006 7:00 am
by notbob
I'm not sure if this is possible or not but thought I would ask.

I have a plain text document that has some unique characters within it. I'm not sure if the forum will edit it, but here is one example, it looks like a italic B

Special character => ß

Is there any way using textpad to remove all of these special characters with one stroke. This B character is one example of a special character in this file. There are lots of other characters as well.

Thank you

Posted: Thu Mar 02, 2006 7:39 am
by bveldkamp
Search -> Replace

Code: Select all

Find what: ß
Replace with: <nothing>
If you want to remove other characters as well:

Code: Select all

Find what: [ßøüâ]
Replace with: <nothing>
Check Regular Expression