[Libreoffice-bugs] [Bug 130080] Cant export to folder with Umlaut (ä/ü/ö) in folder name

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Feb 3 10:28:06 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=130080

--- Comment #5 from Michael Weghorn <m.weghorn at posteo.de> ---
(In reply to erz96cxw from comment #3)
> Version: 6.4.0.1
> Build ID: 40(Build:1)
> CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: kf5; 
> Locale: en-GB (en_GB.UTF-8); UI-Language: en-US
> Calc: threaded
> 
> I have the same issue, so adding my observations here. With me it applies to
> every time the file picker is used (Open, Save, Export).
> 
> Output of locale:
> LANG=en_GB.UTF-8
> LC_CTYPE=en_GB.UTF-8
> LC_NUMERIC="en_GB.UTF-8"
> LC_TIME="en_GB.UTF-8"
> LC_COLLATE="en_GB.UTF-8"
> LC_MONETARY="en_GB.UTF-8"
> LC_MESSAGES="en_GB.UTF-8"
> LC_PAPER="en_GB.UTF-8"
> LC_NAME="en_GB.UTF-8"
> LC_ADDRESS="en_GB.UTF-8"
> LC_TELEPHONE="en_GB.UTF-8"
> LC_MEASUREMENT="en_GB.UTF-8"
> LC_IDENTIFICATION="en_GB.UTF-8"
> LC_ALL=
> 
> 
> Changing LC_ALL to "en_GB.UTF-8" fixes the issue. But since LC_ALL is the
> global override, I wonder if the VCL falls back incorrectly to ASCII if null
> is returned? Shouldn't fallback be to LANG first?

That's interesting and somewhat unexpected. Given your locale settings, I agree
that setting LC_ALL to "en_GB.UTF-8" should not make a difference, since all
other locale-related vars already have that value.

Interestingly, it works just fine for me on Debian testing with the same locale
settings:

$ locale
LANG=en_GB.UTF-8
LANGUAGE=
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME=en_DK.UTF-8
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT=de_DE.UTF-8
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

so I'm still unable to reproduce the issue myself.


(In reply to Axel Braun from comment #4)
> > 3) Does "Save as" (and saving under a different name in the same folder)
> > work for the file?
> 
> After the LC_ALL=C.UTF-8 command? Yes
> Before? no

Does LC_ALL=de_DE.UTF-8 also work? (similar to what erz96cxw did in comment 3)

-- 
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/20200203/79d1ef00/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list