Python wide-python-build unicode for Windows

2011-04-29 Thread satheesh
Hi All, How could i increase the unicode range beyond 1 ? In python 2.5.4 by default the unicode range is 0x1, but in some cases i have unicode char beyond the limit. For those conditions it th an error. """File "E:\OpenERP\OpenERP AllInOne\Server\library.zip\reportlab\pdfbase\ttfonts.py

Generate PDF with Tamil font problem

2011-03-04 Thread satheesh
Hi All, I am using python's reportlab to print some unicode Tamil characters 'பே'. I added necessary unicode font to reportlab. But It prints the output as 'ேப' (in reverse order). This issue happens for multi-byte characters, whereas for character 'ப' is printed as it is. I am struggling to fi