https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #7 from Ηλίας Ηλιάδης <apiuano-lob...@yahoo.gr> ---
I think a small script that will remove the diacritics from dictionary words
before comparing them with the capitalized version can do the trick.

For removing of diacritics (accent) there is a working LUA table in
https://el.wiktionary.org/wiki/Module:Kleida-el used for correct dictionary
sorting.

These "maps" can easily be extracted and converted to upper case for the final
"check".

The idea is that all words in dictionary be capitalized and then apply to them
a "remove accent" script. The "full" capitalized word in LibreOffice can then
be checked against these "transformed" words.

Although in the dictionary sorting the case is irrelevant, for correct
"orthographic checking" is better to use a "to upper" approach, since final "ς"
will be correctly handled in the capitalized version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to