Operating System - HP-UX
1753928 Members
9074 Online
108810 Solutions
New Discussion юеВ

Re: Having C#, C), and C:

 
Roberto Severo
Advisor

Having C#, C), and C:

Hi guys,

Does anybody knows how to configure my environment/keyboard to use such latins symbols?
I am using a vt100 terminal.

Thanks !
2 REPLIES 2
Wodisch_1
Honored Contributor

Re: Having C#, C), and C:

Hi Roberto,

that's quite some time since I actually used a *real* VT100 terminal (from DEC), but I'll try to remember...

Do you have a key labeled "compose" (or something like that in your local language)?
Then pressing and releasing that, then the quote (" or ' or `) and then the vocal you want yhould give you that.
But you will have to instruct your VT100 prior to this to use the "international" character set. That can be done with an "Escape Code Sequence", like
echo "\033(B"
but I do not remember the one used to switch between US-ASICC (7 bits) and International (8 bits) :-(

HTH,
Wodisch
Jose Mosquera
Honored Contributor

Re: Having C#, C), and C:

Hi,

Pls try setting up the korn-shell command interpreter (/usr/bin/ksh) in you user definition inside "/etc/passwd". Then set at end of your user ".profile" this parameter:
stty -istrip

Pls tell me somethig about

Saludos,

Jose