DOSEMU 1.3.4 and $_term_char_set

2006-12-21 Thread Stéfano Schotten

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 (0x4000)


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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: DOSEMU 1.3.4 and $_term_char_set

2006-12-21 Thread Bart Oldeman

On 12/21/06, Stéfano Schotten [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html