onlinecity / php-smpp

PHP 5 based SMPP client library
232 stars 160 forks source link

Add missing inverse exclamation mark mapping #90

Closed fdelapena closed 3 years ago

fdelapena commented 4 years ago

This character is actually missing in the UTF-8 to GSM 03.38 encoder, as defined in the TXT conversion table linked in source code comments. It is required for proper Spanish grammar.

fdelapena commented 3 years ago

Merged in maintained fork