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

Deal with encodings other than UTF8 #12

Closed
thomasballinger opened this issue Jul 5, 2014 · 2 comments
Closed

Deal with encodings other than UTF8 #12

thomasballinger opened this issue Jul 5, 2014 · 2 comments
Milestone

Comments

@thomasballinger
Copy link
Member

Whatever is necessary for bpython to work with other encodings (basically ascii). Always use/convert to unicode strings in fmtstring objects? Convert everything to bytes to print to stdout?

@thomasballinger
Copy link
Member Author

Main thing to do now is to special case unicode terminal drawing characters.

@thomasballinger thomasballinger added this to the August Sprint milestone Aug 23, 2014
@thomasballinger
Copy link
Member Author

Always use unicode.

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