- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- character "€"
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
09-06-2007 07:19 PM
09-06-2007 07:19 PM
character "€"
How to do to set character "€" in HPUX ?
I have set LANG=ISO8859-15 and LANG=fr_FR.iso885915@euro, doesn't wotk
/etc/kdblang is set to USB_PS2_DIN_French_Euro
HPUX is 11iv2
Any ideas ?
Regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 07:20 PM
09-06-2007 07:20 PM
Re: character "€"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 08:04 PM
09-06-2007 08:04 PM
Re: character "€"
What terminal device are you using ? dtterm for instance
When my user has locale en_US.utf8, I cannot display the â ¬ symbol on my dtterm, since my dtterm is not configured to display multibyte characters (like â ¬ in the utf8 character set)
When my user has locale en_US.iso88591, I can display the â ¬ symbol in my dtterm, but not in azn xterm for instance, neither in an hpterm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:58 PM
09-06-2007 09:58 PM
Re: character "€"
thanks for your response
Problem occurs with SAP
Transfert files.txt with euro character is not interpreted correctly
i have tested a file with euro character, transfert from windows to Unix, same result
Regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:32 PM
09-06-2007 11:32 PM
Re: character "€"
If I am not mistaken, windows in Europe generally uses mswin1252. It's almost the same as iso8859.15, except some new, special symbols, and the euro symbol may be one of them.
It is allways important that the chracter set used to create a file, is the same as (or a subset of) the one used to read the file. That is probably not your case.
This is of course a probable cause of your issue, not yet the solution. I once found a codepage translator that could convert windows character set to unix locales. If you can find codeset pages, you could check the codepoints for the euro-symbol in both character sets, and with some sed-commands, you can probably convert your textfile.
Some internet searches will be necessary I'm afraid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:39 PM
09-06-2007 11:39 PM
Re: character "€"
thanks for your response
I have this problem from unix to unix so i have tested with windows to unix, and same things
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:51 PM
09-06-2007 11:51 PM
Re: character "€"
Are these two different systems ? Or 2 users on the same system.
If two different systems :
-What is in /etc/rc.config.d/LANG of both of them ?
-On the first system, can you see the file there with the euro-symbol, and you don't with the same tool on the second system ?
-Is there in the .profile of the user(s) on one of the systems a "export LANG=..." ? If so, remember that the LANG setting is picked up when the shell is started, so just setting the LANG doesn't do a thing, you need to start a new shell after setting the LANG variable.
You say "I have set LANG=ISO8859-15 and LANG=fr_FR.iso885915@euro", if that is literally, LANG=ISO8859-15 is incorrect, it missas a language and a territory. (Look at locale -a for possibilities)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 03:45 AM
09-24-2007 03:45 AM
Re: character "€"
Thanks a lot !