This is a follow up to this issue Power words with diacritcs are ignored, , which has been essentially fixed in the meantime.
The good news: Words added using the rank_math/metabox/power_words filter that have the intended transcription of diacritical marks (for example ä -> ae) are now correctly recognised. Many thanks for the quick fix.
The bad news: Words that come from the built-in list are still not recognised. However, this does not seem to be a problem with the comparison mechanism, but rather with the list itself: The terms contained herein do not have the correct transcription of the diacritical marks.
To solve this, I created a PR that fixes the incorrect transcription: #226
In addition, duplications and also other incorrect spellings are also corrected.
This is a follow up to this issue Power words with diacritcs are ignored, , which has been essentially fixed in the meantime.
The good news: Words added using the
rank_math/metabox/power_wordsfilter that have the intended transcription of diacritical marks (for exampleä -> ae) are now correctly recognised. Many thanks for the quick fix.The bad news: Words that come from the built-in list are still not recognised. However, this does not seem to be a problem with the comparison mechanism, but rather with the list itself: The terms contained herein do not have the correct transcription of the diacritical marks.
To solve this, I created a PR that fixes the incorrect transcription: #226
In addition, duplications and also other incorrect spellings are also corrected.