1834156 Members
2383 Online
110064 Solutions
New Discussion

keybord mapping

 
joakim Meyer
New Member

keybord mapping

Hi we recently brought a HP server with HP-UX 11.0 preinstalled. I would like to have support for Swedish keyboard mapping when logging in to the server through a ssh or a telnet session.

Would appreciate some help

Thanks

Joakim Meyer
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: keybord mapping

Hi Joakim,

Could you be a bit more specific, are you using a unix-workstation, pc with exceed or reflection etc to login in to the server.

Regards,

Robert-Jan.
joakim Meyer
New Member

Re: keybord mapping

We are logging in from a PC W2K or WinNT 4 using mainly reflection for UX or ssh (putty).
joakim Meyer
New Member

Re: keybord mapping

We succeeded in solving the problem with Swedish characters by adding a line to .profile

stty -istrip cs8

and

export LANG=C.iso88591 in /etc/profile

The problem affected only telnet connections.
How can I Change this permanently so that telnet session always will use 8 bits?


Thanks

Joakim