[opensuse] set encoding for console
Hello, I am using a DEC VT510 console and UTF-8 as encoding on the whole system. But - of course - the serial console doesn't. How can I set the encoding for this console specific? By the way, how can i set lines/cols without using the stty command after each login. Thanks for your help, Paul Neuwirth -- If this fortune didn't exist, somebody would have invented it.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Wednesday 2008-02-13 at 17:01 +0100, Paul Neuwirth wrote:
I am using a DEC VT510 console and UTF-8 as encoding on the whole system. But - of course - the serial console doesn't. How can I set the encoding for this console specific?
I have a small script, '/usr/local/bin/isoxterm': #!/bin/sh LANG=en_US.ISO-8859-1 LC_ALL=en_US.ISO-8859-1 /usr/bin/xterm -bd blue & that way, I start a new xterm wit different locale settings (latin1 instead of utf8). A also change the colour of the left inside border to blue in order to distinguis from the standard xterm. Xterm has many configurable options, have a look at the man page. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHs3nltTMYHG2NR9URAjTUAJ4n7J15ivOGzLI6uw45s5l8UPEggACfTT66 PyShD4Ta6VWJW9GBZbpmY7A= =SsOE -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Carlos E. R.
-
Paul Neuwirth