You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ofrdopkg
.flags=re.UNICODE
isn't used throughoutrdopkg
, might be related?The text was updated successfully, but these errors were encountered: