agro6162 / talkmyphone

Automatically exported from code.google.com/p/talkmyphone
0 stars 0 forks source link

Text Encoding (UTF-8) #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using a chat client that uses UTF-8 causes problems when sending messages.

People are saying that they receive messages from me that are either cut off or 
contain & or ? every other letter.

Original issue reported on code.google.com by mwcarr...@gmail.com on 22 Nov 2010 at 2:31

GoogleCodeExporter commented 9 years ago
I'd really like for this to be fixed, because I absolutely love how talkmyphone 
works, other than this bug.

Original comment by mwcarr...@gmail.com on 23 Nov 2010 at 5:32

GoogleCodeExporter commented 9 years ago
TalkMyPhone does nothing but forwarding the raw string you send it as an sms, 
using the android sms API. If utf8 does not work, it means that this android 
sms API does not handle correctly utf-8 sms messages. While I understand why 
the android development team does not aim at supporting every encoding, it is 
certainly not the role of TalkMyPhone to fix that, but rather the role of the 
android development team. Please file your bug elsewhere and ask for utf-8 in 
the sms API.

Original comment by chm.duquesne on 23 Nov 2010 at 6:23

GoogleCodeExporter commented 9 years ago
It's not possible to detect the incoming encoding and convert it to the system 
encoding?

Original comment by mwcarr...@gmail.com on 23 Nov 2010 at 6:25

GoogleCodeExporter commented 9 years ago
It is probably possible, but it would be writing code to work around a bug that 
belongs to someone else.

Original comment by chm.duquesne on 23 Nov 2010 at 6:49