Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39566904A for ; Tue, 20 Mar 2012 12:42:19 +0000 (UTC) Received: (qmail 15526 invoked by uid 500); 20 Mar 2012 12:42:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15443 invoked by uid 500); 20 Mar 2012 12:42:16 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 15434 invoked by uid 99); 20 Mar 2012 12:42:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 12:42:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-yx0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 12:42:11 +0000 Received: by yenr5 with SMTP id r5so7702346yen.18 for ; Tue, 20 Mar 2012 05:41:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=M+7X9Qv8ublcHce1QWL0qk3AaQhc2PFL+KbNaZ4GwMc=; b=trXTk3+F7KkckCG3DrTzxDybLYFDPirpsSNB+e3Cfv/QL29XHhJIP3ZRm3MFWu4rVH DQtarOo6QIFO9nddcTdbR9ptfdbQmJVariTS2Ifpm+WxLIpksLnTF7i7x18rCzDIBGn6 TJysHIZg7C+HiXHEkcwmDWzyUzF9pINiy1PUp/Tas86VofeghFP7k3d7nx0MzdKujGEY lxkp+ROUXhey2zza6R2egXcsi16kDoKmSDKDcBhOuK/hLQC9KAqtuyv0YYIf0Hfv/jib PS8rg6zFYI//M/Y76Ni0eTnAErf/WTttx5qHBS6+jBdgqB7GZhHxMOKroIPkp53SMSXQ H6AA== MIME-Version: 1.0 Received: by 10.50.197.132 with SMTP id iu4mr10048867igc.74.1332247310714; Tue, 20 Mar 2012 05:41:50 -0700 (PDT) Received: by 10.50.89.167 with HTTP; Tue, 20 Mar 2012 05:41:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Mar 2012 08:41:50 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] german umlauts in filename On Tue, Mar 20, 2012 at 8:35 AM, Hajo Locke wrote: > Hello List, > > i have some files with german umlauts =F6 =E4 =FC in filename and want to= request > them by http. > filename is coded in latin1, in console/ftp etc. all works well and looks > good. > when requesting file =FC.txt i see this error in log: > File does not exist: \xc3\xbc.txt > > It just works if i recode charset of filename with convmv to utf8. > convmv -f latin1 -t utf8 =FC.txt --notest > > I cant do this for all my files. > Is there a way to help apache find the file even if its filename is coded > not in utf8? Use links that are URL-encoded with the proper bytes so clients don't have to choose the codepage to request in. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org