delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-Id: | <36D29BB8.5F803A81@crocodial.de> |
Date: | Tue, 23 Feb 1999 13:14:48 +0100 |
From: | Benjamin Riefenstahl <benny AT crocodial DOT de> |
Organization: | Crocodial Communications EntwicklungsGmbH |
X-Mailer: | Mozilla 4.05 [en] (Win16; I) |
MIME-Version: | 1.0 |
To: | gnu-win32 AT cygnus DOT com |
Subject: | Re: "Accented" characters |
References: | <199902230820 DOT JAA25667 AT bond DOT nexus DOT se> |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id HAA20289 |
Hi Henrik, Henrik Johansson wrote: > There is a couple of problems, however. When I write (in bash) > ls //c/tmp/l*.txt > the response is > //c/tmp/l?smig.txt > even though the real filename is "läsmig.txt" (the second character in > the filename has the code 228, or 0xE4...it is an 'a' with two dots). Try the command chcp 1252 Background: Consoles in Win/32 still use the so-called "OEM" character set encoding for display instead of the so-called "ANSI" encoding used in GUI apps and for the file system. The CHCP command (CHange CodePage) switches between the various installed codepages for consoles. 1252 is the codepage usually used by GUI apps in western versions of Windows, so doing "CHCP 1252" makes the standard GUI codepage and the codepage of the console the same. This eliminates conversion errors which are most probably the root of your problem. so long, benny ====================================== Benjamin Riefenstahl (benny AT crocodial DOT de) Crocodial Communications EntwicklungsGmbH Ruhrstr. 61, D-22761 Hamburg, Germany -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |