<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - word in Greek with all letters capitalized is correct with or without accent (diacritical marks)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118601#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - word in Greek with all letters capitalized is correct with or without accent (diacritical marks)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118601">bug 118601</a>
              from <span class="vcard"><a class="email" href="mailto:apiuano-lobugs@yahoo.gr" title="Ηλίας Ηλιάδης <apiuano-lobugs@yahoo.gr>"> <span class="fn">Ηλίας Ηλιάδης</span></a>
</span></b>
        <pre>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
<a href="https://el.wiktionary.org/wiki/Module:Kleida-el">https://el.wiktionary.org/wiki/Module:Kleida-el</a> 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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>