marcuz / libpynexmo

Python library to interact with Nexmo SMS API
BSD 2-Clause "Simplified" License
63 stars 34 forks source link

Send SMS as `unicode` if message have unicode symbols #6

Closed karpitsky closed 11 years ago

karpitsky commented 11 years ago

If SMS message has unicode symbols, they send as '?' instead unicode symbol. Example: http://d.pr/i/2dnO

marcuz commented 11 years ago

Thanks Michael!