Linux MS DOS discussions
 help / color / mirror / Atom feed
* DOSEMU 1.3.4 and $_term_char_set
@ 2006-12-21 13:17 Stéfano Schotten
  2006-12-21 20:19 ` Bart Oldeman
  0 siblings, 1 reply; 2+ messages in thread
From: Stéfano Schotten @ 2006-12-21 13:17 UTC (permalink / raw)
  To: linux-msdos

Hi all;

I'm having a problem due the new 1.3.4 version (upgraded from 1.2.2)

As we don't have the $_term_char_set variable anymore, I´m having 
problem to run a Cobol system where before my system was like:
$_term_char_set="ibm"
$_internal_char_set="cp437"
$_external_char_set="cp437"

I already tried to ignore the term_char_set and set the internal and 
external_char_set by themselves.


My locale:
LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE=C
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=


My ldd:
ldd dosemu.bin
        librt.so.1 => /lib/librt.so.1 (0x40032000)
        libdl.so.2 => /lib/libdl.so.2 (0x40045000)
        libm.so.6 => /lib/libm.so.6 (0x4004a000)
        libc.so.6 => /lib/libc.so.6 (0x4006d000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x4019b000)
        /lib/ld-linux.so.2 (0x40000000)


I'm running through linux VGA console, can someone help me?

Stefano

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: DOSEMU 1.3.4 and $_term_char_set
  2006-12-21 13:17 DOSEMU 1.3.4 and $_term_char_set Stéfano Schotten
@ 2006-12-21 20:19 ` Bart Oldeman
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Oldeman @ 2006-12-21 20:19 UTC (permalink / raw)
  To: Stéfano Schotten; +Cc: linux-msdos

On 12/21/06, Stéfano Schotten <stefano@amti.com.br> wrote:

> As we don't have the $_term_char_set variable anymore, I´m having
> problem to run a Cobol system where before my system was like:
> $_term_char_set="ibm"
> $_internal_char_set="cp437"
> $_external_char_set="cp437"

$_external_char_set="cp437" is almost always wrong. It's easiest to
leave it at the default."", but you could set it explicitly to your
local set, ie.
"iso8859-1".

Also, with your locale, make sure your console is not in utf-8 mode
(unicode_stop).

Bart
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-21 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-21 13:17 DOSEMU 1.3.4 and $_term_char_set Stéfano Schotten
2006-12-21 20:19 ` Bart Oldeman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox