Re: Problem with Win32/UNIX character set

2002-11-11 Thread Christopher Faylor
On Mon, Nov 11, 2002 at 05:50:07PM +0100, Jan Middelkoop wrote: >And I did realize that I actually have to send my e-mail to the list, http://cygwin.com/bugs.html cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentati

Re: Problem with Win32/UNIX character set

2002-11-11 Thread Jan Middelkoop
No, I first got a UNIX charset (always). Now I 'export CYGWIN=codepage:oem' I get the right charset when I start the program from CygWin, but not when I compile it as a Win32 executable and run it. And I did realize that I actually have to send my e-mail to the list, but since I got no replies be

Add: Problem with Win32/UNIX character set (fwd)

2002-11-11 Thread Igor Pechtchanski
Jan Middelkoop <[EMAIL PROTECTED]> To: Igor Pechtchanski <[EMAIL PROTECTED]> Subject: Add: Problem with Win32/UNIX character set Forgot to mention, it DOES use the right charset when I run it from CygWin, just not as a standalone executable. Regards, Jan Middelkoop <[EMAIL PROTEC

Re: Problem with Win32/UNIX character set

2002-11-11 Thread Igor Pechtchanski
On Mon, 11 Nov 2002, Jan Middelkoop wrote: > On Sun, 10 Nov 2002, Igor Pechtchanski wrote: > > > On Sat, 9 Nov 2002, Jan Middelkoop wrote: > > > > > Hello. > > > > > > I seem to be able to compile and run a problem fine, but when I run it, I > > > notice it uses a UNIX character set instead of the

Re: Problem with Win32/UNIX character set

2002-11-11 Thread Joshua Daniel Franklin
> Yes. Add "codepage:oem" to your CYGWIN environment variable. > P.S. David (Starks-Browning), should this be in the FAQ? > FWIW, I haven't found anything related to codepage:* in the User's Guide > page on the CYGWIN variable, either. Can someone explain the "codepage" settings so I can

Re: Problem with Win32/UNIX character set

2002-11-10 Thread Igor Pechtchanski
On Sat, 9 Nov 2002, Jan Middelkoop wrote: > Hello. > > I seem to be able to compile and run a problem fine, but when I run it, I > notice it uses a UNIX character set instead of the DOS character set (I do > NOT mean the endline characters - I mean the character set in general), > so certain thing

Problem with Win32/UNIX character set

2002-11-09 Thread Jan Middelkoop
Hello. I seem to be able to compile and run a problem fine, but when I run it, I notice it uses a UNIX character set instead of the DOS character set (I do NOT mean the endline characters - I mean the character set in general), so certain things (ASCII art mainly) look very messed up. How do I ge