[Libreoffice-bugs] [Bug 139193] Spellchecking (Italian) broken in LibO 7.1.0 beta 1
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 24 14:38:39 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=139193
--- Comment #4 from Julien Nabet <serval2412 at yahoo.fr> ---
The pb is it_IT.dic is encoded with ISO-8859 text
When using iconv to convert "it_IT.dic" to UTF-8
(on Linux, you can use "iconv -f ISO-8859-1 -t UTF-8 it_IT.dic" to generate a
new file then "mv" to replace the former file)
it works.
I don't want to push directly on "dictionaries" and I don't know how to use
logerrit to submit the patch to review on "dictionaries" repo (as I do for
core) so let you take a look.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201224/901f2781/attachment.htm>
More information about the Libreoffice-bugs
mailing list