Forums.ATC.no
Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm
-
This label printer uses an unknown ASCII codepage and the documentation is incorrect.
-
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) );