4IceG / luci-app-sms-tool

Simple user interface to handle SMS / USSD / AT commands via sms_tool application. | OpenWrt =< 19.07
GNU General Public License v3.0
121 stars 37 forks source link

Messages are garbled when sending Chinese #27

Closed ChrisYH20 closed 3 months ago

ChrisYH20 commented 3 months ago

When sending a Chinese message, each Chinese character in the message will become a "?" But the received Chinese message will not be garbled.

4IceG commented 3 months ago

Hi @ChrisYH20 Description of sms-tool from https://eko.one.pl/?p=openwrt-sms_tool

sms_tool supports both PDU and UCS2 encoding, so there should be no problems with national characters (at least when displaying received SMS messages). It also supports multi-part SMS messages and correctly decodes the sender (in the form of a number or alphanumeric name).

Only SMS-DELIVER messages are decoded, program does not support all possible types of SMS.

It appears that the problem with outgoing messages was known.

ChrisYH20 commented 3 months ago

Thanks