Support of HTML special characters
Status: Beta
Brought to you by:
kevina
Some special characters can be written in HTML like < for < etc...
Also some german letters can be written like this (äöüß) (ä ö ü ß).
Aspell doesn't recognize, that these characters have the same meaning even with html-encoding.
E.g. when "Übersetzung" is written it tells that the word is written wrongly and proposes "Übersetztung" which is exactly the same (but is not as "encoding-resistant")
I hope to implement this in the next major release of Aspell (0.61).
This issue has moved to GitHub: https://github.com/GNUAspell/aspell/issues/473