1. copy & paste
so if you know you have a NBSP in a file name, you can "copy" that character - even though you can't see it, & paste it into 3:Replace - which also will not "show" it, except that you will "see" that it takes up 1 character position in the box.
2. oh that's a tough one (& something that generally twists my mind, in particular with something you cannot "see")
in UTF-8, in hex notation, a NBSP is "C2 A0" (\xC2\xA0)
how a program interprets that NBSP varies, even times within a single program
a DIR will simply display what looks like a space
a ls (a UNIX DIR) if you will, will show a character that looks like, á
this board, may yet again interpret things differently, so once i hit submit in this reply, what display
may change from what i'm looking at currently
& so while a
 may look like Â, interpreted as UTF-8, it looks like (might look like ?) Â in ANSI (in Notepad++ [the comma-part is part of the "character"]) & is \xC2 interpreted as ASCII or 00C2 in Unicode
and, ? & Â are different too
^--- see that, the ?, which is really an "A" (looking character), mighty similar
looking to the  - but not, is not displayed "correctly" on this board.
also, one's "locale" may have an effect on what is seen
confused? me to
.
the filename "jsonview-1.1.1 .zip", below, has a NBSP after the final '1', before the '.zip'
& as
displayed by various programs:
- Code: Select all
ls.exe -l | clip.exe
-rw-rw-rw- 1 RUBEN7 0 28507 2021-07-15 13:00 jsonview-1.0.2.xpi - Copy.xpi.zip
-rw-rw-rw- 1 RUBEN7 0 28442 2017-05-21 02:53 jsonview-1.0.2.xpi.zip
-rw-rw-rw- 1 RUBEN7 0 248874 2022-10-12 12:00 jsonview-1.1.1á.zip
-rw-rw-rw- 1 RUBEN7 0 247166 2021-07-15 13:17 jsonview-1.2.3 - Copy.zip
-rw-rw-rw- 1 RUBEN7 0 245316 2021-07-15 13:16 jsonview-1.2.3.zip
-rw-rw-rw- 1 RUBEN7 0 245986 2021-07-15 13:08 jsonview-1.2.4.zip
-rw-rw-rw- 1 RUBEN7 0 388038 2021-07-15 13:06 jsonview-2.3.0.zip
NDIR.EXE, Version 2.52
28,507 a____ Jul 15, 2021 13:00:53 jsonview-1.0.2.xpi - Copy.xpi.zip
28,442 a____ May 21, 2017 02:53:09 jsonview-1.0.2.xpi.zip
248,874 a____ Oct 12, 2022 12:00:06 jsonview-1.1.1á.zip
247,166 a____ Jul 15, 2021 13:17:17 jsonview-1.2.3 - Copy.zip
245,316 a____ Jul 15, 2021 13:16:43 jsonview-1.2.3.zip
245,986 a____ Jul 15, 2021 13:08:50 jsonview-1.2.4.zip
388,038 a____ Jul 15, 2021 13:06:29 jsonview-2.3.0.zip
DIR json*
07/15/2021 01:00 PM 28,507 jsonview-1.0.2.xpi - Copy.xpi.zip
05/21/2017 02:53 AM 28,442 jsonview-1.0.2.xpi.zip
10/12/2022 12:00 PM 248,874 jsonview-1.1.1 .zip
07/15/2021 01:17 PM 247,166 jsonview-1.2.3 - Copy.zip
07/15/2021 01:16 PM 245,316 jsonview-1.2.3.zip
07/15/2021 01:08 PM 245,986 jsonview-1.2.4.zip
07/15/2021 01:06 PM 388,038 jsonview-2.3.0.zip