Kbase P98902: Norwegian characters "æøå" cannot be typed in the procedure editor of fillin.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/16/2004 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Norwegian characters "æøå" cannot be typed in the procedure editor of fillin.
Characters fail to display when they are entered in the procedure editor. Although the correct key is pressed the character does not display on the screen.
The unix 'vi' editor does not echo the correct characters on the screen either.
CAUSE:
The terminal type for the user is incorrect in the users .profile. For example the terminal type entry is:
stty -cs8 -istripWhen it should be:
stty cs8 -istrip
FIX:
Correct the .profile entry for the terminal type.