Minor issue with non-breaking spaces
-
I have discovered the issue when investigating this other problem:
So, there is a character in Unicode or UTF-8 which stands for non-breaking space. Now I know that you can enter this character with OPT+SPACE from OS X, but during the last 10 years I am dealing with websites I have never heard about it (except the ?html entity of course), but it is a fact that if you are importing or copying documentation from some specific documentation software, this character can make it into your website: It looks exactly like a space, so nobody will notice it (for instance in some text editors if you set to show the invisible characters, this specific character will still be rendered as an empty space between characters.)
So, what I am trying to describe is that if you search for:
Firefox 22
(with a space between the words)
but the expression can be found on your website only in the form of
Firefox?22
(with a non-breaking space between the words)
then Relevanssi will not find it, as it is identified (in a technically correct way) as a different string.
- The topic ‘Minor issue with non-breaking spaces’ is closed to new replies.