- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printing Text Files with special Characters in HP-...
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-01-2007 06:26 AM
06-01-2007 06:26 AM
Printing Text Files with special Characters in HP-UX...
I attach a sample text file (in Spanish with some accented characters).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 06:49 AM
06-01-2007 06:49 AM
Re: Printing Text Files with special Characters in HP-UX...
ej.
# export LANG=univ.utf8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 06:51 AM
06-01-2007 06:51 AM
Re: Printing Text Files with special Characters in HP-UX...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 07:04 AM
06-01-2007 07:04 AM
Re: Printing Text Files with special Characters in HP-UX...
No Dice... I can view the text on my terminal but not all -- the open/close single and double quotes are displayed on screen as ~S/~T and ~Q/~R respectively.
When I print this file which is stored as text file (FTP'd via Locale 8 protocol) - the special characters do not print at all...
Any other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 07:19 AM
06-01-2007 07:19 AM
Re: Printing Text Files with special Characters in HP-UX...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 07:30 AM
06-01-2007 07:30 AM
Re: Printing Text Files with special Characters in HP-UX...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 07:36 AM
06-01-2007 07:36 AM
Re: Printing Text Files with special Characters in HP-UX...
For example, the data file might contain the octets 65,66, and 67 (dec) but it is solely the job of the terminal or printer to output 'A','B', and 'C' respectively or '1','2', or '3'.
The key to what you are trying to do is the printer's interface file. For example, a common laserjet PCL option is -otype<#> where <#> is the desired font number.
Without knowing the specific printer, it's not possible to answer in detail. This will be extremely difficult if this is a Remote rather than a Network printer. Do a man_ljx000 as a start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 08:20 AM
06-01-2007 08:20 AM
Re: Printing Text Files with special Characters in HP-UX...
Hopefully they can come up with a resultant PS or PCL file that will be the one to be sent to the printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 02:24 PM
06-01-2007 02:24 PM
Re: Printing Text Files with special Characters in HP-UX...
Bill Hassell, sysadmin