I'm trying to clean up a piece of text I've copied from an OCR'd PDF. Currently the text contains a lot of (what I assume are) soft hyphens. This makes it difficult to 'Find' them in Notepad or Microsoft Word, which means it's difficult to delete them from the text.
|
feedback
|
migrated from stackoverflow.com Oct 30 '11 at 10:39
This question came from our site for professional and enthusiast programmers.
|
Do you have an example of where that would not be possible? If they are just in plain text, you can simply search for them, and if the exist, you can substitute them by nothing. Note that a different encoding can give you different results, so try | |||||||
feedback
|
