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

Write tests involving Unicode strings #33

Open
dittos opened this issue Sep 19, 2015 · 5 comments
Open

Write tests involving Unicode strings #33

dittos opened this issue Sep 19, 2015 · 5 comments
Milestone

Comments

@dittos
Copy link
Owner

dittos commented Sep 19, 2015

I'm not confident about Unicode support.

@dittos dittos added this to the 0.1 milestone Sep 19, 2015
@rawls238
Copy link
Contributor

I'll give this a shot when I get back to working on this tonight / tomorrow

@mpaolini
Copy link

for instance there are str() calls in the wild that are craving to throw UnicodeEncodeError: on python 2.7

@mpaolini
Copy link

in general supporting python 2.7 and python 3.3+ makes unicode handling quite tricky. I suggest using python future library (or six) to handle this consistently here they talk about str() . See also django for a complete example.

@rawls238
Copy link
Contributor

going to use six for this

@jhgg
Copy link
Contributor

jhgg commented Sep 28, 2015

#61 implements lots of clean-ups for Unicode Support. But there is more work to be done. I would base your work off of that branch (if it's not merged yet).

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

4 participants