Page 1 of 1

no-break space

Posted: Wed Jun 24, 2015 6:27 pm
by nikolas1612
My filter processes clipboard input after manually copying a piece of text from a WORD file --
Is there any way to recognize the so-called "no-break space" (00A0) for the need of further processing and text analisis?

Re: no-break space

Posted: Tue Jul 07, 2015 3:43 pm
by DataMystic Support
If you process the clipboard using Unicode mode (see input filter), you can use a Unicode search/replace to change it to something readable before using a

Convert from UTF-16LE to UTF-8