From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andr=C3=A9as?= Livet Subject: bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro Date: Wed, 12 Jun 2019 15:49:44 +0200 Message-ID: <982ae7d2-aa8a-7739-2cfa-81b557877d17@livet.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42559) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hb3iT-0006jr-IC for bug-guix@gnu.org; Wed, 12 Jun 2019 09:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hb3iS-0001Ha-30 for bug-guix@gnu.org; Wed, 12 Jun 2019 09:55:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47386) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hb3iR-0001HJ-L4 for bug-guix@gnu.org; Wed, 12 Jun 2019 09:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hb3iR-0001qN-HT for bug-guix@gnu.org; Wed, 12 Jun 2019 09:55:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42173) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hb3hj-0006YR-Tm for bug-guix@gnu.org; Wed, 12 Jun 2019 09:54:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hb3eC-0007AF-1P for bug-guix@gnu.org; Wed, 12 Jun 2019 09:50:41 -0400 Received: from seal.o2switch.cloud ([109.234.163.99]:40500) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hb3e6-0006Up-Bb for bug-guix@gnu.org; Wed, 12 Jun 2019 09:50:38 -0400 Content-Language: en-US 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: 36180@debbugs.gnu.org Hi, Guix is an amazing piece of software and I want to learn more about it. Before installing GuixSD on my machine, I started playing with Guix on my Xubuntu 18.04 system. Starting to replace apt installed software with guix ones. 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) I thought the problem was related to : https://issues.guix.info/issue/36074 But after applying the patch and restart systemd, I still got my issues. Thanks for your help