ArdanStudios / SMPPClient

SMPP Client in C#
Other
30 stars 33 forks source link

Arabic character problem #11

Open techoman2020 opened 3 years ago

techoman2020 commented 3 years ago

i test all of encode but Arabic char not sent truly

fprdkhti commented 1 month ago

The issue with Arabic characters not being sent correctly can be resolved by adjusting the data coding to UCS2. We have successfully addressed this in our recent update, where we migrated the library to .NET 8. For more details, you can check out the changes in the following GitHub link: https://github.com/BSVN/SMPPClient