Description: This patch converts ru_RU/hyph_ru_RU.dic, ru_RU/ru_RU.aff, ru_RU/ru_RU.dic from KOI8-R to UTF-8. Steps to Reproduce: In WebkitGTK-based program (e.g. Foliate) open a Russian document. Actual Results: No hyphenation. Expected Results: Program uses hyphenation rules from hyph_ru_RU.dic Reproducible: Always User Profile Reset: No Additional Info: Basically, this is needed because some programs (e.g. flatpaked WebkitGTK which uses this dictionary and everything depending on it) can't use dictionaries and hyphenation rules in KOI8-R. Converting those to UTF-8 solves this issue and doesn't seem to break anything else. Not an LO issue specifically, but it causes issues in a lot of other software.
Created attachment 161533 [details] Patch Result of git format-patch
Andras: thought you might be interested in this one since it concerns dictionaries.
Thanks for this contribution. I tried to apply the patch on master branch: git am attachment.cgi\?id\=161533 Applying: Converted Russian dictionaries from KOI8-R to UTF-8 error: patch failed: ru_RU/ru_RU.dic:1 error: ru_RU/ru_RU.dic: patch does not apply Patch failed at 0001 Converted Russian dictionaries from KOI8-R to UTF-8 Could you please publish the command that you used to convert the files, alternatively could you please submit your patch to gerrit? https://wiki.documentfoundation.org/Development/gerrit/SubmitPatch
(In reply to Andras Timar from comment #3) > Thanks for this contribution. I tried to apply the patch on master branch: > > git am attachment.cgi\?id\=161533 > Applying: Converted Russian dictionaries from KOI8-R to UTF-8 > error: patch failed: ru_RU/ru_RU.dic:1 > error: ru_RU/ru_RU.dic: patch does not apply > Patch failed at 0001 Converted Russian dictionaries from KOI8-R to UTF-8 > > Could you please publish the command that you used to convert the files, > alternatively could you please submit your patch to gerrit? > https://wiki.documentfoundation.org/Development/gerrit/SubmitPatch Ok, submitted it to gerrit https://gerrit.libreoffice.org/c/dictionaries/+/95515
Pushed, thanks.