-
Notifications
You must be signed in to change notification settings - Fork 3
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
These special characters aren't managed #1
Comments
I created a new branch ("specialchars"). The counter doesn't work properly when sender.isUnicodeCompliant == true. 190.it doesn't manage special characters: do you know a website to test this new feature? |
Currently vodafone.it is compatible with Unicode characters. Here is the new link to the tmp solution: https://github.com/sylarpowa/ermeSms/blob/master/ermesms/plugins/Sender.py#L52 |
Hi, https://github.com/sylarpowa/ermeSms/compare/master...specialchars Currently it works only with Vodafone; for the other senders, you have to find the encoding used by the websites (e.g. by using Live HTTP Headers[1,2]), and modify the init() method in each module. Ciao! [1] https://addons.mozilla.org/en-US/firefox/addon/live-http-headers/ |
À È É Ì Ò Ù ç [ ] { } ^ £ \ | § ° ~ `
are transformed in "?".
The text was updated successfully, but these errors were encountered: