HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Codepage on a HP-UX Server
Operating System - HP-UX
1830700
Members
2706
Online
110015
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-22-2004 02:28 AM
04-22-2004 02:28 AM
Hello,
ist there something like a codepage on a HP-UX 11.00 System? How do I find out, which codepage is used and how do I change it if possible?
Background: The SAP-application on this server has problems with special german charaters (Umlaute).
Stefan
ist there something like a codepage on a HP-UX 11.00 System? How do I find out, which codepage is used and how do I change it if possible?
Background: The SAP-application on this server has problems with special german charaters (Umlaute).
Stefan
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 02:42 AM
04-22-2004 02:42 AM
Re: Codepage on a HP-UX Server
Maybe
locale -a
or
locale -m
will do?
locale -a
or
locale -m
will do?
Madness, thy name is system administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 02:53 AM
04-22-2004 02:53 AM
Solution
There is no direct equivalent in UNIX because the display device (e.g. terminal or emulator) is completely separated from the host -- unlike a PC. For example, the host simply sends a stream of bytes (e.g. 0x41) and it is up to the display device to do with it what it will. UNIX addresses these issues with an environment setting. Man 5 lang, man 5 environ, and man locale for details. Bear in mind that different users might view exactly the same data with different results depending upon their individual LANG settings. UNIX handles this; it just does so in a different way but not all character sets are supported on all terminals, for example.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 02:57 AM
04-22-2004 02:57 AM
Re: Codepage on a HP-UX Server
By default, HP-UX strips the eigth bit of of characters, meaning the upper 128 chars will not display correctly. These are the western European characters for the most part. To get them to display ( or to be entered with either the correct keyboard or ALT code ), you need to add "stty -istrip" to your profile. You also need to make sure your terminal emulation software does not do this either. With SecureCRT for example, it is an option.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP