From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25367 invoked by alias); 2 Nov 2005 16:31:02 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25347 invoked by uid 22791); 2 Nov 2005 16:30:58 -0000 Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.187) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 02 Nov 2005 16:30:58 +0000 Received: from p549A9CDA.dip0.t-ipconnect.de [84.154.156.218] (helo=ruban) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis), id 0ML25U-1EXLVa2EXA-0005WS; Wed, 02 Nov 2005 17:30:42 +0100 From: Bernd Klein To: gcc-help@gcc.gnu.org Subject: Re: Problem with German Umlaute Date: Wed, 02 Nov 2005 16:31:00 -0000 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200511021729.29755.bernd@bklein.de> X-SW-Source: 2005-11/txt/msg00019.txt.bz2 Thanks for your reply! > Can you post an error message?=20=20 The error messages are the ones which I produce: e.g. fp =3D fopen("Ver=E4nderung.txt","r"); if (!fp) { cout << "couldn't read file " << filename << endl; return 1; } In the above case, I would get the error message: couldn't read file Ver=E4nderung.txt It works fine with all filenames without Umlauts > Does the problem affect file names or=20 > file data?=20=20 I haven't checked the content of files so far, but it affects the filenames > What kind of files are you trying to access?=20 ASCII