Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com To: cygwin AT sources DOT redhat DOT com Subject: Re: CharToOemBuff in fhandler_console.cc References: Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Kazuhiro Fujieda Date: 18 Oct 2000 02:11:20 +0900 In-Reply-To: "Town, Brad"'s message of Mon, 16 Oct 2000 15:36:04 -0400 Message-ID: Lines: 17 X-Mailer: Gnus v5.3/Emacs 19.34 >>> On Mon, 16 Oct 2000 15:36:04 -0400 >>> "Town, Brad" said: > On my system (Win2K), the call to CharToOemBuff in > fhandler_console::write_normal in the CVS sources is changing graphic > characters such as the solid block ('\333') into other incorrect characters > such as a capital U. The Cygwin DLL handles characters in ANSI codepages for getting more compatibility with UNIX since the 1.1.4 release. '\333' means a capital U with a circumflex accent in the Cygwin DLL the same as in UNIX. So you can't use graphic characters included in OEM codepages in Cygwin applications. ____ | AIST Kazuhiro Fujieda | HOKURIKU School of Information Science o_/ 1990 Japan Advanced Institute of Science and Technology -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com