I have OCRed a document. The OCR software has created lots of NULL characters in the finalized Word 2010 document. I know that because I have found this converter, which has transformed one of the questionable strings into 122 117 110 101 104 NULL 32 109 101 110 100).
I have a few search-and-replace operations I'd like to perform. Null prevents me from doing this.
How do I find all NULL characters in from this document?
Tried so far in the "Search" field:
- ^NULL
- ^000 (ASCII)
- ^u0, ^u00, ^u000, ^u0000 (Unicode)
I don't mind if the solution requires me to use OpenOffice/LibreOffice or VBA.
More about NUL:
Unrelated questions: