mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
doc: Clarify charset encoding of JSON output
This commit is contained in:
parent
3cd00fdb8f
commit
a39a69ca0f
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ Supported options for **show** include
|
||||||
by default,
|
by default,
|
||||||
``--format=json`` sets ``--entire-thread``. The caller can
|
``--format=json`` sets ``--entire-thread``. The caller can
|
||||||
disable this behaviour by setting ``--entire-thread=false``.
|
disable this behaviour by setting ``--entire-thread=false``.
|
||||||
|
The JSON output is always encoded as UTF-8 and any message
|
||||||
|
content included in the output will be charset-converted to
|
||||||
|
UTF-8.
|
||||||
|
|
||||||
**sexp**
|
**sexp**
|
||||||
The output is formatted as an S-Expression (sexp). This
|
The output is formatted as an S-Expression (sexp). This
|
||||||
|
|
Loading…
Reference in a new issue