I am using a class called aprint which i got from phpclasses for doing server side printing to a thermal printer.
It is working abs fine with english but arabic is gives me problem and prints garbage characters.
Any help on this???
| SitePoint Sponsor |
I am using a class called aprint which i got from phpclasses for doing server side printing to a thermal printer.
It is working abs fine with english but arabic is gives me problem and prints garbage characters.
Any help on this???

Are you sure the printer has unicode support? Are you sure your server and the aprint code are capable of unicode?
See http://www.php.net/manual/en/book.unicode.php (PHP 6) and http://www.php.net/manual/en/intro.mbstring.php (PHP 4, 5)
Chris Bloom
Web Application Developer

For the printer, Google it: http://www.google.com/search?q=epson...rinter+unicode
As for aprint, maybe ask the author: http://www.phpclasses.org/browse/pac...59.html#author
Chris Bloom
Web Application Developer
Bookmarks