From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro Date: Thu, 13 Jun 2019 10:02:08 +0200 Message-ID: <878su59am7.fsf@gnu.org> References: <982ae7d2-aa8a-7739-2cfa-81b557877d17@livet.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59462) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbKhO-0006F2-9t for bug-guix@gnu.org; Thu, 13 Jun 2019 04:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbKhM-0008N3-CH for bug-guix@gnu.org; Thu, 13 Jun 2019 04:03:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49151) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hbKhK-0008L4-LH for bug-guix@gnu.org; Thu, 13 Jun 2019 04:03:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hbKhK-0005yv-Gw for bug-guix@gnu.org; Thu, 13 Jun 2019 04:03:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <982ae7d2-aa8a-7739-2cfa-81b557877d17@livet.me> ("=?UTF-8?Q?Andr=C3=A9as?= Livet"'s message of "Wed, 12 Jun 2019 15:49:44 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Andr=C3=A9as?= Livet Cc: 36180@debbugs.gnu.org Hello Andr=C3=A9as, Andr=C3=A9as Livet skribis: > It works pretty well but I'm having some trouble with non ASCII > characters in filenames. > > * I can't open files with non ASCII characters in LibreOffice > > * I can't type non ASCII characters in zsh (though I can with guix > installed bash) Did you install =E2=80=98glibc-locales=E2=80=99 and set =E2=80=98GUIX_LOCPA= TH=E2=80=99 as explained in: https://gnu.org/software/guix/manual/en/html_node/Application-Setup.html#= Locales ? You must make sure =E2=80=98GUIX_LOCPATH=E2=80=99 is defined in the environ= ment of LibreOffice and zsh. Do you see any locale-related warnings? Thanks for reporting the issue! Ludo=E2=80=99.