mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-26 07:05:52 +03:00
[GH-ISSUE #166] [Feature Request] UTF-16 to ASCII #60
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/quectel-rgmii-toolkit#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @1alessandro1 on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/166
Hello, when checking the SMS section, phone numbers are encoded in UTF-16, in which a phone number looks like this:
002B003300390033003400300031003700390033003800390032This could be converted to standard ASCII to represent the classical phone number E.164 format, where:
converting the whole string to
+393401793892@clndwhr commented on GitHub (May 22, 2025):
Tracking
Bug Fix PR created for this.
https://github.com/iamromulan/quectel-rgmii-toolkit/pull/168
@iamromulan commented on GitHub (Jun 1, 2025):
Merged to dev and sdxlemur main
Reopen if not resolved
@clndwhr commented on GitHub (Jun 1, 2025):
Looks good on my device