cygnusnow / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

Printing with unicode chars #282

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type in the editor a string as "şţâăî" (romanian chars)
2. File->Print->Print... choose the printer or Print to File (.ps)
3. Check the output

What is the expected output? What do you see instead?
Expected is the string as shown ("şţâăî")
Gibberish chars.

What version of the product are you using? On what operating system?
4.1 on ubuntu 11.10, python 2.7, wx 2.8.11.0 (gtk2-unicode)

Please provide any additional information below.
Both Print/Print HTML Documents failed.
For printing, the dialog uses lpr. From CLI, lpr is doing fine with a sample 
utf-8 text (for example)

Any idea what's wrong? Thanks.

Original issue reported on code.google.com by lemonsof...@gmail.com on 7 Nov 2011 at 1:37