mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 13:14:46 +00:00
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:
parent
6de93650f9
commit
6269134017
1 changed files with 1 additions and 1 deletions
|
|
@ -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**,
|
||||
|
|
|
|||
Loading…
Reference in a new issue