I have an MS-Excel.csv
dataset which has unprintable or Unicode characters that appear as xA0
, x85
, x92
, x93
and x94
(white text, black box) alongside the text/string. How can I remove/replace all these instances from the data using Notepad++
?
Asked
Active
Viewed 181 times
0

Ed_Gravy
- 1,841
- 2
- 11
- 34
-
1Seems like you are looking to remove "ASCII control characters (0 to 31)". Maybe this can help ? https://stackoverflow.com/a/28001656/4168707 – kgkmeekg Oct 07 '22 at 15:40
-
1Please read: [How to find and replace unrecognizable characters in multiple files of a folder with the correct character using Notepad ++?](https://community.notepad-plus-plus.org/topic/21134/how-to-find-and-replace-unrecognizable-characters-in-multiple-files-of-a-folder-with-the-correct-character-using-notepad) – help-info.de Oct 07 '22 at 16:52