-
Notifications
You must be signed in to change notification settings - Fork 425
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
Something wrong with encoding in AndroidNotification #175
Comments
Make sure the encoding on your supplied strings is utf-8 as that is what plyer is expecting. |
I'm using unicode strings ( u'...' )
double "encode" leads to exception: |
I made demo app to demonstrate problem, may be this will help to solve it. |
I had problem with sms example, maybe this is the same? Try this: this will clean utf8 header from the Python string |
Right now I could display not only cyrillic characters, but even emoji characters in the notification. Please check with either the latest stable ( |
and i see this notification:
but next works without such problems:
What can I do to localize notifications?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: