Soracom Product Updates logo

Product Updates

Soracom is IoT connectivity with powerful APIs that enable you to build world class applications

Subscribe to Updates
  • 日本語

Labels

  • All Posts
  • Feature
  • Improvements
  • Devices
  • Announcement
  • Beta
  • Deprecation
  • End of Support

Jump to Month

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
Improvements
a month ago

SMS extended characters now supported

We have expanded the set of characters that can be used when sending SMS messages to devices from the Soracom User Console or using the Soracom API/CLI.

Previously, when specifying GSM-7 (GSM 7-bit default alphabet) encoding, SMS messages only supported characters in the GSM-7 Basic Character Set. With this update, SMS messages can now include additional characters such as {, }, [, ], |, ^, and ~. The full list of supported characters is shown in the two tables below.

GSM-7 Encoding Basic Character Set

These are standard characters that are transmitted using 7 bits per character.

0x0_ 0x1_ 0x2_ 0x3_ 0x4_ 0x5_ 0x6_ 0x7_
0x_0 @ Δ SP 0 ¡ P ¿ p
0x_1 £ _ ! 1 A Q a q
0x_2 $ Φ " 2 B R b r
0x_3 ¥ Γ # 3 C S c s
0x_4 è Λ ¤ 4 D T d t
0x_5 é Ω % 5 E U e u
0x_6 ù Π & 6 F V f v
0x_7 ì Ψ ' 7 G W g w
0x_8 ò Σ ( 8 H X h x
0x_9 Ç Θ ) 9 I Y i y
0x_A LF Ξ * : J Z j z
0x_B Ø + ; K Ä k ä
0x_C ø Æ , < L Ö l ö
0x_D CR æ - = M Ñ m ñ
0x_E Å ß . > N Ü n ü
0x_F å É / ? O § o à

LF, CR, and SP represent the following control characters (with their Unicode code points):

  • LF: Line Feed (U+000A)
  • CR: Carriage Return (U+000D)
  • SP: Space (U+0020)

GSM-7 Encoding Basic Character Set Extension

Note that these characters are sent using 14 bits per character (escape sequence 0x1B + extended character).

0x0_ 0x1_ 0x2_ 0x3_ 0x4_ 0x5_ 0x6_ 0x7_
0x_0 |
0x_1
0x_2
0x_3
0x_4 ^
0x_5 €
0x_6
0x_7
0x_8 {
0x_9 }
0x_A FF
0x_B
0x_C [
0x_D ~
0x_E ]
0x_F \
  • FF represents the form feed character (U+21A1).

Please note that the interpretation and display of these characters on the device receiving the SMS message may vary depending on the device's implementation.

If you need to send characters that are not listed in the tables, consider using UCS-2 encoding.