Problems whit unicode

Hello,
i using playsms with jasmine, playsms is very nice product,
i have no problems with playsms on jasmine,
but without playsms i can not generated on jasmin Unicode “რატიფი” this is the Georgian alphabet,
Can you tell me how playsms encodes these symbols?
thanks in advance.

Do you mean you’re using playSMS with https://www.jasminsms.com/ ?

What is the issue with unicode ? Are you unable to send them ? or can’t receive them ?

anton

yes whit https://www.jasminsms.com/,
i can’t send unicode sms with http-api i use browser for generate sms unicode,
when i try to send sms “ჰჰჰჰ” from playsms, SMS is sent correctly and I see on logs jasmin this encoding

,
when i try to send sms from browser i see this encoding
,

http://x.x.x.x:1401/send?username=Jasmin&password=test&from=test&to=995571255525&content=ჰჰჰჰ&coding=8

i don’t understand what encoding is using playsms

This is what playSMS does before submitting to Jasmin’s http api:

playSMS convert it to UCS-2:

$sms_msg = mb_convert_encoding($sms_msg, "UCS-2", "auto");

Not sure what to do for your alphabets, I have no tools for testing them. Please ask around what to do, and maybe I can help modify playSMS

anton

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.