- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printing on ZebraS600 - donB4t display correct "C6...
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
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
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
тАО02-11-2003 03:52 AM
тАО02-11-2003 03:52 AM
Printing on ZebraS600 - donB4t display correct "C6 C$ C<"
If i change the driver from dumbplot to net_genericprinter or other it take??s not effect.
What??s the correct driver for this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2003 04:11 AM
тАО02-11-2003 04:11 AM
Re: Printing on ZebraS600 - donB4t display correct "C6 C$ C<"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2003 04:33 AM
тАО02-11-2003 04:33 AM
Re: Printing on ZebraS600 - donB4t display correct "C6 C$ C<"
did you try to use webadmin or the older version jetadmin to print to this printer (remote) ?
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2003 05:39 AM
тАО02-12-2003 05:39 AM
Re: Printing on ZebraS600 - donB4t display correct "C6 C$ C<"
They are one of the following 'families', in order of standards conformance (highest first): ISO 8859/X (we want to know the X), 'IBM' PC Code page XXXX and HP Roman8.
To check the 'terminal's character set, put (only) a ?? (German "u" with umlaut) in a file, do a "od -bc file" and post the result.
Common results:
374 octal : ISO 8859/1
201 octal : 'IBM' PC Code Page 850
317 octal: HP Roman8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2003 12:10 AM
тАО02-13-2003 12:10 AM
Re: Printing on ZebraS600 - donB4t display correct "C6 C$ C<"
I have make file within the character "??" and perform the commando od -bc file. The anser is: 174
What Codepage is this ?
How can i change it and take??s it any effects with it eq. Errormsg??s, Logfiles ?
Wherefrom can i download or install codepages ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2003 05:40 AM
тАО02-13-2003 05:40 AM
Re: Printing on ZebraS600 - donB4t display correct "C6 C$ C<"
> commando od -bc file. The anser is: 174
Sorry, but octal 174 is not a local language character (like "??"), but a pipe ("|" symbol. See ascii(5) ("man ascii"). If it is *displayed* as "??", then something must be configured in a special way, i.e. in such a way that the pipe symbol is not used, but the u+umlaut is used instead.
Perhaps other people used to (German) local language characters can help. I am from The Netherlands (aka "Holland") and we hardly use local language characters.
In any case, please give as much detail as possible about the 'terminal' you use. That includes terminal *emulators*, X-environments, X-servers, etc..
For *example*, *my* 'terminal' is a hpterm(1) window in CDE (Common Desktop Environment) on the Relection X X-server, running on a PC with Windows 2000.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2003 06:20 AM
тАО02-13-2003 06:20 AM
Re: Printing on ZebraS600 - donB4t display correct "C6 C$ C<"
The Zebra-Printer use the ZPL-Programming Language.
The Command ^CI allows character remapping. Any character within a font can be remapped to a different numerical position
e.g.
^CI13,132,228 means
Change International Font to 13 (=IBM 850 Code Page) and chenge the position 132 to 228.
This print you the right character "??"
To this with all umlauten and special character
Thank you for help