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

RFE: support unicode in exceptions #149

Open
yac opened this issue Dec 7, 2017 · 0 comments
Open

RFE: support unicode in exceptions #149

yac opened this issue Dec 7, 2017 · 0 comments

Comments

@yac
Copy link
Contributor

yac commented Dec 7, 2017

I got horrible encoding problems in feature tests when I tried to raise unicode chars in exception messages so rdopkg currently converts most of them into ascii.

Even though unicode is python 2 sucks, there must be a way around this. Importing and raising any rdopkg.exception with unicode characters works fine in ipython outside of rdopkg.

flags=re.UNICODE isn't used throughout rdopkg, might be related?

@yac yac added the enhancement label Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant