Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

This should be fixed now, thanks for reporting it.

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

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant