RE: Help with Unicode Messages

2020-03-20 Thread Davor Spasoski
Diaz Zapata Cc: users@kannel.org Subject: RE: Help with Unicode Messages 1.Your table must be created with Unicode support 2.select encoding/collation to UTF8mb4 3.If you are using a programming language, set the connection to the table must be with the proper (UTF-8) charset. 4

RE: Help with Unicode Messages

2020-03-20 Thread Davor Spasoski
: Help with Unicode Messages Yes, I did. So.. change my question I need to send some millions of unicode messages I tried with smsbox cgi, but I didnt get a better performance.. some timeouts or very slow.. So.. I think to do a bulk insert to send_sms table, but i need to identify how is encoded

Re: Help with Unicode Messages

2020-03-19 Thread Gabriel Augusto Diaz Zapata
Yes, I did. So.. change my question I need to send some millions of unicode messages I tried with smsbox cgi, but I didnt get a better performance.. some timeouts or very slow.. So.. I think to do a bulk insert to send_sms table, but i need to identify how is encoded the HMTL Entities, in

Re: Help with Unicode Messages

2020-03-19 Thread Davor Spasoski
Did you set coding=2 On Mar 19, 2020, at 04:42, Gabriel Augusto Diaz Zapata wrote:  Tks Davor, Antony URL Encoded doesnt works.. The string after conversion is not the same On Wed, Mar 18, 2020 at 4:49 AM Davor Spasoski wrote: Hi, You

Re: Help with Unicode Messages

2020-03-18 Thread Gabriel Augusto Diaz Zapata
Tks Davor, Antony URL Encoded doesnt works.. The string after conversion is not the same On Wed, Mar 18, 2020 at 4:49 AM Davor Spasoski wrote: > Hi, > > You need to address to smsbox in UTF-8. So, you then URL encode (percent > encode) every hex code of the UTF-8 sign. > > BR, > Davor > > > On

Re: Help with Unicode Messages

2020-03-18 Thread Davor Spasoski
Hi, You need to address to smsbox in UTF-8. So, you then URL encode (percent encode) every hex code of the UTF-8 sign. BR, Davor > On Mar 18, 2020, at 02:07, Gabriel Augusto Diaz Zapata > wrote: > > Hello > I need help please > > Im sending unicode messages (emojis) using sendsms. IE, xc; is

Re: Help with Unicode Messages

2020-03-18 Thread Antony Stone
On Wednesday 18 March 2020 at 02:07:48, Gabriel Augusto Diaz Zapata wrote: > Im sending unicode messages (emojis) using sendsms. IE, is > converted in sent_sms table to "%D8%3D%DE%00" > > Wich type of conversion is it? I mean UNICODE to? HEX? I believe this is commonly referred to as