From mboxrd@z Thu Jan 1 00:00:00 1970 From: deden purnamahadi Subject: RE : ASCII in DOSEMU Date: Thu, 14 Aug 2003 21:25:45 +0700 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3F3B9BE9.208@elinux.co.id> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org >> I have a clipper application with some ASCII characters to create a box. >> When I run the application, the characters are replayed with "?" , and >> then the appliction exits. >> I tried another clipper application with no special ASCII characters, >> and it runs perfectly. > >> Attached is the dosemu configuration >> #$_external_char_set = "cp437" >> #$_internal_char_set = "cp437" >you have to remove the #'s. Otherwise these two are treated as comments. Alternatively you could run xdosemu. --- Ooops, sorry. OK, i just tried again (removing the #'s), but it still won't work. :(( BTW, I can't find xdosemu. -deden-