Search only for apostrophe

In LibreOffice Writer I want to search for apostrophes (U+27) but when I do, it also finds single right quotation marks (U+2019). I only want to search for U+27 and ignore U+2019. Is there a setting I can change to do this?

Hmm, it looks like I can use regular expressions and do \’
Sorry I didn’t think of that before asking.

Search: \u0027

1 Like

This is tdf#149630, the behavior introduced in 7.0 for tdf#117643.
Note that when regular expressions are enabled, the search for ' works literally (so you don’t need any escaping and/or hex codes), without also matching ’.

1 Like

In addition to @mikekaganski ,

1 Like