-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
base64_cipher.py does not yet support Unicode #1027
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
Comments
I'm guessing these functions do not work for Chinese characters. |
@fbigun Can you please edit the title of this issue to base64_cipher.py does not yet support Unicode so that we have a feature request? Python 2 support is no longer required. |
@cclauss |
I made the PR #1316 for this. I hope that using bytes() and str() is ok for you. |
Stale issue message |
Closed in #1316 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python/ciphers/base64_cipher.py
Line 1 in b79a197
The text was updated successfully, but these errors were encountered: