Date: Sun, 26 Mar 2000 00:08:21 -0500 Message-Id: <200003260508.AAA27303@mescaline.gnu.org> From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: (vlad3 AT sympatico DOT ca) Subject: Re: foreign char References: Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Is there an option in djgpp.env that i can change to use 8 bit char instead of 7 bit char? You shouldn't need this: the DJGPP library is 8-bit clean (at least the C library). As others have told you, make sure your system is set up correctly for its DOS box (MSVC is different because Windows programs have different setup for localization). If that doesn't help, post your program.