Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Unicode support #17

Open
kmod opened this issue Feb 25, 2015 · 1 comment
Open

Unicode support #17

kmod opened this issue Feb 25, 2015 · 1 comment

Comments

@kmod
Copy link
Contributor

kmod commented Feb 25, 2015

Hey @vinzenz, we're trying to add unicode support to Pyston and it looks like pypa doesn't support unicode literals -- ex it will treat u"\u0180" as the length-6 string "\\u0180". Is this something that could get added?

Right now we're using UTF8 to store the unicode data as part of the AST, but I don't mind switching that to something else (I think our unicode implementation uses UTF-32 anyway).

@undingen
Copy link
Contributor

This got implemented in #20.
What AFAIK still missing for complete unicode support is specifying a source file encoding.

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

No branches or pull requests

2 participants