Handle unicode characters gracefully in python 2#317
Handle unicode characters gracefully in python 2#317pitbulk merged 1 commit intoSAML-Toolkits:masterfrom
Conversation
|
This is |
|
This bug is still valid for users who are using Python 2.7 and the latest version of If there is a desire to stop supporting Python 2.7 support for this library, you could deprecate support and version the |
|
@akx would you be able to merge this fix in for us? |
|
@alimpon No, I'm not a maintainer of this project. |
|
oh sorry. I think @eriktalvi is a maintainer, could you please help merge this in? |
|
@eriktalvi bump again to merge this please |
4fa3934 to
acef8eb
Compare
Hello there! We've come across some bugs like the following using this library's
add_signfunction:It looks like we're getting this error when a user's name or other data has a non-ascii character that goes through this function - and we're still using Python 2 for this.
I believe my fix should allow for gracefully handling unicode characters in Python 2. Let me know if you have any questions/concerns.