Re: [SLE] Using centericq or mc inside a screen garbled the display output (versions above 9.0)
On 16/09/05, THORNTON Simon <Simon.THORNTON@swift.com> wrote:
Hi Per,
Second try - was a bit quick pressing send :-(
The issue is caused by specifying UTF-8 encoding for the language. To fix this remove the UTF-8 references and either specify ISO-8859-x instead or omit the charset coding.
Try this as root (change en_US to match your language if needed):
export LC_CTYPE=en_US
To make this permanent edit the following:
1) /etc/sysconfig/console and change "CONSOLE_ENCODING" to "ISO-8859-1" 2) /etc/sysconfig/language and change "RC_LANG" to "en_US" - it defaults to "en_US.UTF-8"
Hello! Thank you for your answer. I tried setting the console in sysconfig, no luck. When i set LC_CTYPE to en_US it was even more messed up, i dont know if its because screen doesnt like it or because i usually use Swedish charset. Any other ideas? Im running out of ideas!
participants (1)
-
Per Eriksson