You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/advanced.rst
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -448,19 +448,36 @@ Shell to use is configurable:
448
448
Commands will be run under the ``zsh`` shell in the above example. The command string syntax of the shell must be used, typically ``<shell> -c``.
449
449
450
450
451
-
Output encoding
452
-
===============
451
+
Output And Command Encoding
452
+
===========================
453
453
454
-
By default, output is encoded as ``UTF-8``. This can be configured with the ``encoding`` keyword argument.
454
+
By default, command string and output are encoded as ``UTF-8``. This can be configured with the ``encoding`` keyword argument to ``run_command`` and ``open_shell``.
0 commit comments