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

Can't store Unicode values in .matplotlibrc #1713

Closed
mdboom opened this issue Jan 28, 2013 · 1 comment · Fixed by #3578
Closed

Can't store Unicode values in .matplotlibrc #1713

mdboom opened this issue Jan 28, 2013 · 1 comment · Fixed by #3578

Comments

@mdboom
Copy link
Member

mdboom commented Jan 28, 2013

It is read in as a byte string on Python 2.x, and we don't do any decoding. We could just say its always utf-8. Or, for bonus points, read a -*- encoding -*- marker and use that.

@pelson
Copy link
Member

pelson commented Feb 4, 2013

This would be a great entry point for a summer student or for somebody who wanted to get involved with mpl development without needing to know a lot about matplotlib. For that reason, I'm going to add a "low hanging fruit" label to it (though it is a little trickier in terms of total effort than a normal "low hanging fruit" issue).

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

Successfully merging a pull request may close this issue.

3 participants