comparison doc/Tool-workflow @ 24:f0139d74d3aa

doc/Tool-workflow: document sms-encode-text -e option
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 02 Sep 2023 19:45:47 +0000
parents 6a1a436747e9
children
comparison
equal deleted inserted replaced
23:e56bb9f09ff1 24:f0139d74d3aa
44 If the message text to be encoded is given on the command line, it must be a 44 If the message text to be encoded is given on the command line, it must be a
45 single argument, i.e., quotes will need to be used at the shell level. If no 45 single argument, i.e., quotes will need to be used at the shell level. If no
46 message text is given on the command line, it will be read from stdin instead. 46 message text is given on the command line, it will be read from stdin instead.
47 The operation of this program generally mirrors fcup-smsend from FreeCalypso 47 The operation of this program generally mirrors fcup-smsend from FreeCalypso
48 host tools - please read User-phone-tools document in freecalypso-tools 48 host tools - please read User-phone-tools document in freecalypso-tools
49 repository. Allowed options are -c, -C, -u and -U, and they work exactly the 49 repository. Allowed options are -c, -C, -e, -u and -U, and they work exactly
50 same as in fcup-smsend. 50 the same as in fcup-smsend.
51 51
52 Just like fcup-smsend, sms-encode-text can generate either single SMS (if the 52 Just like fcup-smsend, sms-encode-text can generate either single SMS (if the
53 message text fits within 160 characters for GSM7 or 70 characters for UCS-2) or 53 message text fits within 160 characters for GSM7 or 70 characters for UCS-2) or
54 concatenated SMS. To enable the possibility of concatenated SMS, you have to 54 concatenated SMS. To enable the possibility of concatenated SMS, you have to
55 invoke the program with either -c or -C option; the difference between these 55 invoke the program with either -c or -C option; the difference between these