From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MUJvP-0003UT-Vx for garchives@archives.gentoo.org; Fri, 24 Jul 2009 12:31:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6952AE009F; Fri, 24 Jul 2009 12:30:58 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id 44EB3E009F for ; Fri, 24 Jul 2009 12:30:58 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1MUJvN-0000qI-55 for gentoo-user@lists.gentoo.org; Fri, 24 Jul 2009 14:30:57 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Fri, 24 Jul 2009 14:30:55 +0200 id 0001000C.4A69A97F.000033FF From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Umlaut trouble in filenames Date: Fri, 24 Jul 2009 14:30:53 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-tuxonice-r3_2; KDE/4.2.4; i686; ; ) References: <200906181231.10043.wonko@wonkology.org> In-Reply-To: <200906181231.10043.wonko@wonkology.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907241430.53437.wonko@wonkology.org> X-Archives-Salt: 96279f36-d240-40e1-b15a-dcb09c7e8870 X-Archives-Hash: 3f765921ad0353e43c96bb56cf7da515 Again, I have some problem with umlauts, this time with remote files I want to download via FTP. In KDE4, Dolphin and konqueror are unable to read the file. I can get it manually via command line ftp, but then again dolphin or ark are unable to do anything with it. No big problem, I can rename the file using wild cards or tab completion, or using convmv, but this just looks wrong to me. Or is this normal? My $LANG is de_DE.utf8, and in /etc/locale.gen I have: en_US ISO-8859-1 en_US.UTF-8 UTF-8 de_DE.UTF-8 UTF-8 de_DE ISO-8859-1 de_DE@euro ISO-8859-15 Wonko