[\x7F-\xFF] does not appear to work
Posted: Fri Feb 08, 2019 6:54 am
I'm trying to use the Regex Range of [\x7F-\xFF], but it does not appear to work. I can find some characters in the range, but not everything.
Here are two specifics.
I cannot find the left single quote (‘).
ALT-0145 on the keyboard.
I can find the latin small letter y with diaeresis (ÿ).
ALT-0255 on the keyboard.
\xFF works.
\x91 does not work.
This is perplexing me.
Here are two specifics.
I cannot find the left single quote (‘).
ALT-0145 on the keyboard.
I can find the latin small letter y with diaeresis (ÿ).
ALT-0255 on the keyboard.
\xFF works.
\x91 does not work.
This is perplexing me.