Hi Philippe,
On 07/26/2012 10:57 AM, Philippe Nunes wrote:
The default encoding for a Python bytestring is ASCII. But the
SMS/USSD text is encoded in UTF-8.
This is why trying to convert non-English characters (Unicode
characters beyond 128) produces the error
"UnicodeEncodeError: 'ascii' codec can't encode character".
---
test/monitor-ofono | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Patch has been applied, thanks.
Regards,
-Denis