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

Fix for UTF-8 encoding error (and some other tweaks)... #2

Merged
merged 3 commits into from
Nov 25, 2013

Conversation

nickfyson
Copy link

I'm reissuing this pull request, as I've realised I wasn't approaching it quite right with my branching etc!

Hey there,

This is the first time I've even tried the whole 'pull request' thing, so excuse me if I don't know the conventions!

Anyway, I found your code very useful, and have made a few tweaks I thought might by worth merging into the main repository. (I found your code through the ChemSpider website.)

I hit some error messages related to encodings when retrieving information from the database, which were fixed by explicitly encoding all the retrieved text into UTF-8.

I've also added the init.py to allow it to be imported as a module, and have moved the private token definition into a separate (git ignored) file, to make storing that easier inside the repository.

Hope that all makes sense!

Cheers,

Nick Fyson

Storage of personal API token is moved into separate file, using .gitignore
to prevent its inclusion in the repository
Occasional error was encountered due to mismatch of string encoding, which is fixed my explicitly encoding all retrieved text to UTF-8.
@mcs07
Copy link
Owner

mcs07 commented Nov 25, 2013

Thanks, looks great.

mcs07 added a commit that referenced this pull request Nov 25, 2013
Fix for UTF-8 encoding error (and some other tweaks)
@mcs07 mcs07 merged commit 8d4cff2 into mcs07:master Nov 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants