- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- acentuated words...
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
06-04-2001 03:13 PM
06-04-2001 03:13 PM
acentuated words...
Anybody knows how can I print acentuated words, like "transacci?n, ?ste, pap? " etc.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 11:33 PM
06-04-2001 11:33 PM
Re: acentuated words...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:45 AM
06-05-2001 06:45 AM
Re: acentuated words...
you need a lot things set up correctly:
- the font for the terminal window
- the keyboard enconding/mapping
- the program (i.e. "sh" does NOT do it!)
For the first you need to start an X-client
with the correct font, e.g. "client -fn FONT",
and that font need to end with the proper ISO
enconding (I am not certain wether ISO8859-1
is sufficient for you - test with "xfd").
Then your keyboard must map your local keys
to the same code numbers, as your font does;
be careful: HP keyboards tend to use HP-ROMAN.
Use "xmodmap -pk" to check.
And last: if you try that within your shell,
you need to change to the korn-shell, for
the POSIX shell does NOT allow it, and still
you need to set something like
stty -istrip cs8
in your session (or ".profile").
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 09:10 AM
06-05-2001 09:10 AM
Re: acentuated words...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 01:25 AM
06-06-2001 01:25 AM
Re: acentuated words...
Configure your printer.. set the correct character set as LATIN-8 or something like this. See printer's manual.