comparison SIM-data-formats @ 93:7609ff4be49f

SIM-data-formats: grammar/typo fix
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 May 2022 06:17:08 +0000
parents ce044aa49baf
children 7aaed576fa26
comparison
equal deleted inserted replaced
92:f5b954172002 93:7609ff4be49f
91 "Mich\04le", nicely preserving the needed non-ASCII character whose GSM 03.38 91 "Mich\04le", nicely preserving the needed non-ASCII character whose GSM 03.38
92 code point is 0x04. 92 code point is 0x04.
93 93
94 When a string argument that is destined for conversion to GSM7 is parsed, our 94 When a string argument that is destined for conversion to GSM7 is parsed, our
95 input parser always interprets any backslash (\) characters as escapes; it 95 input parser always interprets any backslash (\) characters as escapes; it
96 understands all of the same escapes sequences which we emit in output: 96 understands all of the same escape sequences which we emit in output:
97 97
98 \" literal " 98 \" literal "
99 \\ literal \ (encoded in GSM 03.38 as another form of escape) 99 \\ literal \ (encoded in GSM 03.38 as another form of escape)
100 \E Euro currency symbol (ditto) 100 \E Euro currency symbol (ditto)
101 \e GSM 03.38 escape character 0x1B 101 \e GSM 03.38 escape character 0x1B