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

cStringIO vs Unicode #63

Open
kern3020 opened this issue Mar 25, 2013 · 1 comment
Open

cStringIO vs Unicode #63

kern3020 opened this issue Mar 25, 2013 · 1 comment

Comments

@kern3020
Copy link

The Figure class uses cStringIO.StringIO(). This limits the html and js output to ASCII. Using StringIO.StringIO() would allow use of Unicode. Should Figure be converted to allow for unicode.

-jk

For easy of reference, here (http://docs.python.org/2/library/stringio.html) is the link to python docs.

@kern3020
Copy link
Author

With pull request for #57, I took the liberty of switching to StringIO.StringIO.

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