Operating System - HP-UX
1834465 Members
2891 Online
110067 Solutions
New Discussion

Can not get b ,uro symbol to work

 
SOLVED
Go to solution
Alan Casey
Trusted Contributor

Can not get b ,uro symbol to work

Hi,

I have tried the following:
$ more /etc/kbdlang
PS2_DIN_UK_English_Euro
$ locale
LANG=en_GB.iso885915@euro
LC_CTYPE="en_GB.iso885915@euro"
LC_COLLATE="en_GB.iso885915@euro"
LC_MONETARY="en_GB.iso885915@euro"
LC_NUMERIC="en_GB.iso885915@euro"
LC_TIME="en_GB.iso885915@euro"
LC_MESSAGES="en_GB.iso885915@euro"
LC_ALL=

$ echo "\0244"
?

$ stty -a
speed 9600 baud; line = 0;
rows = 24; columns = 80
min = 1; time = 0;
intr = ^C; quit = ^\; erase = ^H; kill = ^U
eof = ^D; eol = ^@; eol2 ; swtch
stop = ^S; start = ^Q; susp ; dsusp
werase ; lnext
parenb -parodd cs7 -cstopb hupcl -cread -clocal -loblk -crts
-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc
ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak
isig icanon -iexten -xcase echo echoe echok -echonl -noflsh
-echoctl -echoprt -echoke -flusho -pendin
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tosto

I just can't get the Euro symboy to work.

Can anyone see what I'm doing wrong?
7 REPLIES 7
Alan Casey
Trusted Contributor

Re: Can not get b ,uro symbol to work

Using:

HP-UX 11.0 March 2001
rp7400
Praveen Bezawada
Respected Contributor

Re: Can not get b ,uro symbol to work

hi
try
export LANG=en_GB.iso885915@euro
stty -istrip cs8 -parenb
/bin/sh

...BPK...
Alex Glennie
Honored Contributor
Solution

Re: Can not get b ,uro symbol to work

Probably ;)

What enviroment and H/W are you using to display it ie are you locally on an hp workstation or server or on a remote client eg a PC ?

Are you using Xwindows/CDE ?

Have you followed the info in /usr/share/doc/euro_howto.doc

be aware the euro font symbol is ONLY supported under an Xwindows env on hpux. As for PC Xemulation s/w most if not all either rely on the latest versions on their s/w or require patches and probably need a fontserver to be setup on the hpux server.

answer the above and post your email and I'll dig out some useful info for you.
Alan Casey
Trusted Contributor

Re: Can not get b ,uro symbol to work

Hi,

I have followed Have you followed the info in /usr/share/doc/euro_howto.doc

I have tried this in XWindows hpterm, and telnet and on the console.

alan.casey@axa.ie

Alex Glennie
Honored Contributor

Re: Can not get b ,uro symbol to work

Not supported as far as I'm aware on a console

extract from the Euro_howto.txt file...

===============================================
Limitations

1. X11R6 Clients Only

The euro symbol is not available for X11R5 clients such as xterm
and hpterm.

===============================================

try in a dtterm ?
Bill McNAMARA_1
Honored Contributor

Re: Can not get b ,uro symbol to work

Yea, alex is right about the X11R5 clients.

That pretty much sucks..
Although you can echo the unicode and it should work. I believe it is 0x16 but don't quote me.

X apps need to be rewritten to include the symbol via the XInputLocal protocol.

There should be something on http://www.hp.com/go/euro

Later,
Bill
It works for me (tm)
Bill McNAMARA_1
Honored Contributor

Re: Can not get b ,uro symbol to work

well the go/euro didn't work..

rooted this one out:

http://www.software.hp.com/products/EURO/

Wow, that's an old web page due for a revamp!
Especially since the euro is kinda big news...

Later,
Bill
It works for me (tm)