<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Words with combining characters fail spelling check (win only)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=101962#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Words with combining characters fail spelling check (win only)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=101962">bug 101962</a>
              from <span class="vcard"><a class="email" href="mailto:dennisroczek@libreoffice.org" title="Dennis Roczek <dennisroczek@libreoffice.org>"> <span class="fn">Dennis Roczek</span></a>
</span></b>
        <pre>(In reply to Olivier R. from <a href="show_bug.cgi?id=101962#c9">comment #9</a>)
<span class="quote">> The spellchecker Hunspell doesn’t recognize combining characters by default.
> We had the same issue for the French dictionary.</span >
Basically this is then a bug in Hunspell --> adding Németh László

<span class="quote">> It can be easily solved by adding special commands in the affixes file which
> describes how the German dictionary behaves.

> These commands are simple: they simply replace characters with combining
> diacritics by the usual ones before the words are parsed by the spellchecker.

> Example:
> ICONV 2
> ICONV ü ü
> ICONV ë ë
> etc.

> Create the list of characters to be replaced at input.
> The first one is the character with combining diacritics, the second one is
> the usual one.

> These commands have to be added to the affixes files of all German
> dictionaries:
> <a href="https://cgit.freedesktop.org/libreoffice/dictionaries/tree/de/de_DE_frami.aff">https://cgit.freedesktop.org/libreoffice/dictionaries/tree/de/de_DE_frami.aff</a>
> <a href="https://cgit.freedesktop.org/libreoffice/dictionaries/tree/de/de_AT_frami.aff">https://cgit.freedesktop.org/libreoffice/dictionaries/tree/de/de_AT_frami.aff</a>
> <a href="https://cgit.freedesktop.org/libreoffice/dictionaries/tree/de/de_CH_frami.aff">https://cgit.freedesktop.org/libreoffice/dictionaries/tree/de/de_CH_frami.aff</a>

> You can have a look at what is done in the French dictionary:
> <a href="https://cgit.freedesktop.org/libreoffice/dictionaries/tree/fr_FR/fr.aff#n133">https://cgit.freedesktop.org/libreoffice/dictionaries/tree/fr_FR/fr.aff#n133</a>
> (Search for ICONV lines)</span ></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>