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

Reply via email to