Operating System - HP-UX
1827452 Members
4039 Online
109965 Solutions
New Discussion

Re: special characters in netscape

 
SOLVED
Go to solution

special characters in netscape

When I get messages in netscape messanger written in german I can read all special characters. But typing this characters is impossible for me. Characters mentioned are "odiaeresis", ascii 246, "adiaeresis" ascii 228, "udiaeresis" ascii 252 and "ssharp" ascii 223. Who can help?
4 REPLIES 4
Alex Glennie
Honored Contributor

Re: special characters in netscape

Where and under what enviroment are you typing the characters ?

Under say hp-ux, Xwindows and in a CDE enviroment the first thing I'd do would be to export LANG=german
export KBD_LANG=german
stty -parenb -ixany -istrip cs8
/usr/bin/X11/hpterm -xrm HPterm*KeyboardLanguage:German &
in the case of typing in a hpterm

Alex Glennie
Honored Contributor
Solution

Re: special characters in netscape

 

Re: special characters in netscape

Alex,

You made every effort. Your first suggestion
"export LANG=de_DE.iso88591" was the trick. I went through the patch list and all patches are already installed.

Thanks
Alex Glennie
Honored Contributor

Re: special characters in netscape

No problems ... just happy it worked, nice to get something to work every now and again ;)