Elderl23 / pyfpdf

Automatically exported from code.google.com/p/pyfpdf
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Error when using IronPython 2.7: UnicodeDecodeError: ('unknown', u'\x9c', 0, 1, '') #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. creating a new PDF instance
2. running any sample .py script in tutorial folder

What is the expected output? What do you see instead?
Any PDF. Instead script is interrupted in function _out >> at line 
self.buffer+=str(s)+"\n"

What version of the product are you using? On what operating system?
pyPDF 1.54b on IronPython 2.7.1

Original issue reported on code.google.com by sebar...@gmail.com on 5 May 2012 at 1:31

GoogleCodeExporter commented 8 years ago
This seems a unicode issue.
Recently I've been adding better support for unicode, It has elapsed some time, 
but if  you can test it again it would be helpful.
I don't have a IronPython environment neither to test it.

Original comment by reingart@gmail.com on 12 Jul 2012 at 5:38

GoogleCodeExporter commented 8 years ago
This should be fixed now, thanks for reporting it.

Original comment by reingart@gmail.com on 5 Feb 2014 at 5:03