Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UCS2 encoding schema for arabic sms messages #24

Closed
alialkaabi2007 opened this issue May 1, 2023 · 2 comments
Closed

UCS2 encoding schema for arabic sms messages #24

alialkaabi2007 opened this issue May 1, 2023 · 2 comments
Assignees

Comments

@alialkaabi2007
Copy link

Dear, I have Huawei e303 modem and i already able to use this library to send sms with this device, but now i have a problem sending Arabic language sms, i searched about it and found that it is a coding schema issue, i can send Arabic sms by another method but not with this library.
my device can support ("GSM", "IRA", "UCS2") character sets
so could you please explain for me how to implement the UCS2 coding schema for sending such type of sms using this library
thank you in advance.

@hbjorgo
Copy link
Owner

hbjorgo commented May 5, 2023

Hi!
Nice to hear that you're using the library 😀
I'll have a look at it and see if I can replicate it and take it from there.

@hbjorgo hbjorgo self-assigned this May 5, 2023
@hbjorgo
Copy link
Owner

hbjorgo commented May 7, 2023

I've just released version 6.0.0. I've added support to select which encoding to use when sending SMS in PDU format. Please try out sending an SMS using this function: modem.SendSmsInPduFormatAsync(phoneNumber, smsMessage, CodingScheme.UCS2). It supports a wider character set.
Please let me know if it solves your issue 🤞🏼

@hbjorgo hbjorgo closed this as completed Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants