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

IronPython unicode issue: ('unknown', u'\xf1', 4, 5, '') #73

Open
patrickwolf opened this issue Nov 19, 2014 · 0 comments
Open

IronPython unicode issue: ('unknown', u'\xf1', 4, 5, '') #73

patrickwolf opened this issue Nov 19, 2014 · 0 comments

Comments

@patrickwolf
Copy link

IronPython 2.7.4 has an issue on value.decode from unicode in many unit tests:

File "C:\dev\wspy\sandbox_shared\src\shotgun\python_api3\tests\test_api.py", line 24, in setUp
self.sg.update('Note', self.note['id'], {'content':u'La Pe\xf1a'})
.....
File "C:\dev\wspy\sandbox_shared\src\shotgun\python_api3\shotgun_api3\shotgun.py", line 1823, in _outbound_visitor
return value.decode("utf-8")
UnicodeDecodeError: ('unknown', u'\xf1', 4, 5, '')

see here for list of unit tests:
https://dl.dropboxusercontent.com/u/4995745/201411/shotgun-IronPython-api-unittests_in_test_api_20141118.html

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

No branches or pull requests

1 participant