Bug #2821

Mis à jour par Matthieu Decorde il y a plus de 5 ans

The generated word ids are missing their "_"s

h3. Solution

fix the buildId method in AsciiUtils.convertnonascii() (caused by: #2709)

replace the Transliterator rules with:
<pre>
"Any-Latin; NFD; [^\\p{Alnum}\\p{p}] Remove"
</pre>
to not remove the punctuations (further AsciiUtils methods will do it)

Retour