Skip to content
Snippets Groups Projects
Commit 2d8361e1 authored by Aleksander Morgado's avatar Aleksander Morgado
Browse files

libqmi-glib,utils: allow TAB characters as printable in strings

So that instead of this:
  TLV:
    type       = "Model" (0x01)
    length     = 8
    value      = 45:4D:31:32:2D:41:57:09
    translated = EΞE_S%P+Ç

We get this:
  TLV:
    type       = "Model" (0x01)
    length     = 8
    value      = 45:4D:31:32:2D:41:57:09
    translated = EM12-AW

(cherry picked from commit cbf0a3aa)
parent c00c6181
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment