[Libreoffice-bugs] [Bug 122327] Cannot open file with non-English filename
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 27 10:05:18 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=122327
Andras Timar <timar74 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |minor
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #1 from Andras Timar <timar74 at gmail.com> ---
Language support in loolwsd.xml means something else. I tried to clarify it in
https://gerrit.libreoffice.org/#/c/65636/
Your problem is probably the missing en_US.UTF-8 locale. There is a workaround:
on Debian you have to install locales-all package.
We explicitly set LC_ALL to en_US.UTF-8 in wsd/LOOLWSD.cpp. Maybe C.UTF-8 would
be good, too, but is has to be tested. Without UTF-8 support, LibreOffice
cannot handle non-ASCII filenames. Non-ASCII characters are replaced to ?
marks, and file will not be found in the subsequent call.
I lowered the importance of the bug, because there is a workaround.
--
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/20181227/1260a247/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list