Skip Menu |

This queue is for tickets about the Net-SMPP CPAN distribution.

Report information
The Basics
Id: 57681
Status: new
Priority: 0/
Queue: Net-SMPP

People
Owner: Nobody in particular
Requestors: ccofler [...] apexvoice.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.