You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
sebar...@gmail.com
on 5 May 2012 at 1:31The text was updated successfully, but these errors were encountered: