First of all, SMS notifications via GSM-modem is a very important components.
But it can only send non-unicode messages by default. Every time after upgrade, I have to modify the source code by hand, change the line no.49 of notify.py to:
"Unicode": True
So, is it possible to choose the coding schema automatically by the contents of the sms to be sent? i.e. False for pure English (or similar) messages, and True for CJK messages.
Or, to be simple, just turn “Unicode” to True (as what I do), the shortage is the message length for non-unicode message will be shorter.
Thanks for all the contributors!