Ano-Tech Computers
Enter keyword:

Translating norwegian characters to Zebra LP 2844 printer
Problem:
This label printer uses an unknown ASCII codepage and the documentation is incorrect.
 
Solution:
Use the following translation table:

# Aelig Oslash Aring aelig oslash aring
my @in = ( chr(198), chr(216), chr(197), chr(230), chr(248), chr(229) );
my @out = ( chr(146), chr(157), chr(143), chr(145), chr(148), chr(134) );

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles