stefanfoulis / django-sendsms

A simple API to send SMS messages. It is modeled after the django email api.
MIT License
262 stars 99 forks source link

enable and disable unicode #18

Closed psychok7 closed 7 years ago

psychok7 commented 7 years ago

This PR for bulksms backend assumes all messages are unicode https://github.com/stefanfoulis/django-sendsms/pull/17 but this is wrong. a user might not use unicode in order to increase the char number.

I will try to fix this a.s.a.p