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

Accented characters in author names not encoded properly #76

Closed
guillochon opened this issue Aug 24, 2016 · 1 comment
Closed

Accented characters in author names not encoded properly #76

guillochon opened this issue Aug 24, 2016 · 1 comment

Comments

@guillochon
Copy link
Contributor

Expected Behavior

Author names should have special characters encoded properly (e.g. accented characters like á, ñ, etc.).

Current Behavior

Author names are returned with characters mangled, e.g. "Hรถflich, Peter", "MĂŠndez, J.", "Gonzรกlez-Gaitรกn, S."

Possible Solution

It might be possible to post-process strings to encode them properly, but it's not clear what the encoding is currently.

Steps to Reproduce (for bugs)

  1. Retrieve the author field for a query where the author name contains an accent, an example publication for this is "2011ApJ...727..107G"

Context

Author names should have the proper accents.

Your Environment

  • Python 3.5
@vsudilov
Copy link
Collaborator

fixed in latest master; see #76

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

2 participants