https://bugs.documentfoundation.org/show_bug.cgi?id=117408
--- Comment #1 from Pander <[email protected]> ---
9) Convert .aff and .dic files from DOS format line terminators to UNIX format
line terminators with e.g. `flip -u` or `flip -b -u` This concerns:
- hu_HU/hu_HU.aff: Non-ISO extended-ASCII text, with very long lines, with LF,
NEL line terminators
- pt_BR/pt_BR.dic: Non-ISO extended-ASCII text, with CRLF line terminators
- pt_BR/pt_BR.aff: ISO-8859 text, with CRLF line terminators
- ru_RU/ru_RU.dic: ISO-8859 text, with CRLF, LF line terminators
- ne_NP/ne_NP.dic: UTF-8 Unicode text, with CRLF, LF line terminators
Some extra inspection regarding long lines should be done for:
- da_DK/da_DK.aff: UTF-8 Unicode text, with very long lines
- si_LK/si_LK.dic: UTF-8 Unicode text, with very long lines
See also:
- for i in `find dictionaries -type f|grep -v hyph`; do file $i; done|grep
'long lines'
- for i in `find dictionaries -type f|grep -v hyph`; do file $i; done|grep
'line terminators'
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs