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

All stringify functions should handle unicode #6

Open
jessejensen opened this issue Jul 23, 2015 · 0 comments
Open

All stringify functions should handle unicode #6

jessejensen opened this issue Jul 23, 2015 · 0 comments

Comments

@jessejensen
Copy link
Contributor

>>> record = s.retrieve(res_gw.record[0])
>>> record.pprint()
Title: Global warming [electronic resource] : engineering solutions / Ibrahim Dincer ... [et al.], editors.
Author: <searchLink fieldCode="AR" term="%22Dinçer%2C+İbrahim%22">Dinçer, İbrahim</searchLink>, 1964-
PLink: http://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=cat03706a&AN=uoc.8892414
DbId: cat03706a
An: uoc.8892414

>>> print record
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0130' in position 192: ordinal not in range(128)
>>> 
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