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

marked string containing an umlaut as Unicode #7

Merged
merged 1 commit into from Feb 22, 2017

Conversation

gdmcbain
Copy link
Contributor

I confess to finding working with Unicode a bit confusing, so this may not be the correct fix, but to successfully 'pip install' pygmsh which depends on this package, I had to prepend the u to the string to avoid the UnicodeDecodeError.

I confess to finding working with Unicode a bit confusing, so this may not be the correct fix, but to successfully 'pip install' pygmsh which depends on this package, I had to prepend the u to the string to avoid the UnicodeDecodeError.
@codecov-io
Copy link

Codecov Report

Merging #7 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   91.89%   91.89%           
=======================================
  Files           3        3           
  Lines         111      111           
=======================================
  Hits          102      102           
  Misses          9        9
Impacted Files Coverage Δ
pipdated/helpers.py 91% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65afe77...81a796b. Read the comment docs.

@nschloe nschloe merged commit 7e222cf into nschloe:master Feb 22, 2017
@nschloe
Copy link
Owner

nschloe commented Feb 22, 2017

Unicode is always a hassle. Thanks for the fix!

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

Successfully merging this pull request may close these issues.

None yet

3 participants