# HG changeset patch # User Mychaela Falconia # Date 1652163428 0 # Node ID 7609ff4be49f584a5acdfccd1ea3baac70c4385c # Parent f5b954172002d52f2a7f9bd5d8d69aa2b0e02fd6 SIM-data-formats: grammar/typo fix diff -r f5b954172002 -r 7609ff4be49f SIM-data-formats --- a/SIM-data-formats Tue May 10 06:00:13 2022 +0000 +++ b/SIM-data-formats Tue May 10 06:17:08 2022 +0000 @@ -93,7 +93,7 @@ When a string argument that is destined for conversion to GSM7 is parsed, our input parser always interprets any backslash (\) characters as escapes; it -understands all of the same escapes sequences which we emit in output: +understands all of the same escape sequences which we emit in output: \" literal " \\ literal \ (encoded in GSM 03.38 as another form of escape)