Subject: | Send unicode characters on SMPP |
Very simple to replicate use one of the sendmessage test and to the
$message assign a wide character like first letter of hebrew alphabet
data_coding = 0x08 in order to use UCS-2.
$msg = chr(0x05d0) . chr(0x5d0) . "\0";
The submit_sm method comes back with error :
Wide character in syswrite at C:/Perl/lib/IO/Handle.pm line 465.