garnetrickster / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

smsSend replaces "¡" (inverted exclamation mark) with "@" #689

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
HTC One S

What firmware version are you running on the device?
Android 4.1.1

What steps will reproduce the problem?
droid.smsSend(myNumber, "¡")
droid.smsSend(myNumber, "Any string containing ¡")

What is the expected output? What do you see instead?
I expect to get SMS containing "¡", instead I get new SMS with string 
containing "@" where "¡" is supposed to be.

What version of the product are you using? On what operating system?
Using sl4a r6 with Python3 for Android 

Tested only with Python 3.2.2

Original issue reported on code.google.com by petrmach...@gmail.com on 21 Jun 2013 at 11:03