Stemby / ermeSms

Just a Fork of the Python coded MoioSMS
GNU General Public License v2.0
9 stars 3 forks source link

These special characters aren't managed #1

Open Stemby opened 14 years ago

Stemby commented 14 years ago

À È É Ì Ò Ù ç [ ] { } ^ £ \ | § ° ~ ` are transformed in "?".

bertani commented 14 years ago

tmp solution -> http://github.com/sylarpowa/pyMoioSMS/commit/e025f10ae3da9697f268b02a4930d6555d092ba8

Stemby commented 14 years ago

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?

Stemby commented 12 years ago

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

Stemby commented 12 years ago

Hi, could you check and test the specialchars branch, please?

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/ [2] http://packages.debian.org/sid/mozilla-livehttpheaders