badlee / kannel.js

Javascript implementation of Kannel Box protocol
http://badlee.github.io/kannel.js/
41 stars 11 forks source link

UCS2 text not work #5

Open parsibox opened 1 year ago

parsibox commented 1 year ago

hi dear do you still support this project? UCS2 text not work

badlee commented 1 year ago

Yes but it's an old project

badlee commented 1 year ago

You have two functions to hep you,

app.sendUCS2SMS({
    sender: 'TEST',
    receiver: '06462845',
    msgdata: 'Bonjour, Hi, 你好, صباح الخير', // UCS2 text
});
app.flashUCS2SMS({
    sender: 'TEST',
    receiver: '06462845',
    msgdata: 'Bonjour, Hi, 你好, صباح الخير', // UCS2 text
});

I hope help you again.

parsibox commented 1 year ago

hi both of theme not work for me

badlee commented 1 year ago

Hi, Which NodeJS version ?

Regards