- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can not get b ,uro symbol to work
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:55 AM
12-11-2001 03:55 AM
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
stop = ^S; start = ^Q; susp
werase
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:58 AM
12-11-2001 03:58 AM
Re: Can not get b ,uro symbol to work
HP-UX 11.0 March 2001
rp7400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 04:04 AM
12-11-2001 04:04 AM
Re: Can not get b ,uro symbol to work
try
export LANG=en_GB.iso885915@euro
stty -istrip cs8 -parenb
/bin/sh
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 04:06 AM
12-11-2001 04:06 AM
SolutionWhat 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 04:20 AM
12-11-2001 04:20 AM
Re: Can not get b ,uro symbol to work
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 05:55 AM
12-11-2001 05:55 AM
Re: Can not get b ,uro symbol to work
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 06:21 AM
12-11-2001 06:21 AM
Re: Can not get b ,uro symbol to work
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 06:27 AM
12-11-2001 06:27 AM
Re: Can not get b ,uro symbol to 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