haxpax / gosms

:mailbox_closed: Your own local SMS gateway in Go
GNU General Public License v2.0
1.45k stars 154 forks source link

Send unicode SMS (PDU) #2

Open dshumko opened 9 years ago

dshumko commented 9 years ago

To send messages in Unicode SMS must use the PDU format About PDU http://www.smartposition.nl/resources/sms_pdu.html or http://subnets.ru/saved/sms_pdu_format.html

Omie commented 9 years ago

will you be sending a pull request with fix or waiting for us to fix?

dshumko commented 9 years ago

This is a plan for the future. I just started learning Go