Correct documentation of text output encoding

50ea41b12 ("use preferred locale for default encoding", 2005-10-13)
714147cb2 ("Improved language and encoding detection by using local.getdefaultlocale() instead of locale.getlocale(category=LC_ALL)", 2009-03-04)
This commit is contained in:
Chris Mayo 2021-11-29 19:48:50 +00:00
parent 6de93650f9
commit 6269134017

View file

@ -231,7 +231,7 @@ text
**encoding=**\ *STRING*
Valid encodings are listed in
https://docs.python.org/library/codecs.html#standard-encodings.
Default encoding is **iso-8859-15**.
Default encoding is the system default locale encoding.
*color\**
Color settings for the various log parts, syntax is *color* or
*type*\ **;**\ *color*. The *type* can be **bold**, **light**,