Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Alway pass unicode string to io buffer #626

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

Closed
wants to merge 1 commit into from
Closed

Alway pass unicode string to io buffer #626

wants to merge 1 commit into from

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Dec 13, 2011

I came across crash in savefig, with Times font, and uselatex, and lots more options, complaining here that value was str and that it was expecting string...

This seem to do the trick for me in this case, even if I'm not really sure if it's the right thing to do.

I can try to get a minimal working/crashing example if you want.

Thank you.

I came across crash in savefig, with Times font, and uselatex, and lots more options,  complaining here that `value` was `str` and that it was expecting `string`... 

This seem to do the trick for me in this case, even if I'm not really sure if it's the right thing to do.

I can try to get a minimal working/crashing example if you want.

Thank you.
@mdboom
Copy link
Member

mdboom commented Dec 14, 2011

The problems with usetex are much bigger than this -- I'm working on a branch that fixes a number of issues of this type. Standby -- I'll refer to the pull request here when it's ready. I'd appreciate your help testing.

@mdboom
Copy link
Member

mdboom commented Dec 14, 2011

See pull request #628.

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.

2 participants