X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=f40319b6c2d96069ca2e571a215eed41a5c02226;hb=970a9dcaedbf645435a738fe5efd34aa0333f874;hp=5282d1c19e15c33f0571736bfca1636db1bc6e05;hpb=447050247973e721ede0065cb08d2b565ca0d47a;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 5282d1c..f40319b 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -168,7 +168,7 @@ flushed to stdout. Force this charset to be the current default charset instead of - sys.getdefaultencoding(). + the current locale. @@ -228,7 +228,7 @@ flushed to stdout. Append mask to the list of error content types; if the message to - decode has a part of this type the program will raise ValueError. + decode has a part of this type the program fails with ValueError. @@ -304,12 +304,14 @@ the program always uses the default decoding. ENVIRONMENT + + LANG + LC_ALL + LC_CTYPE + - LANG - LC_ALL - LC_CTYPE - Define current locale settings. Used to determine current default - charset (if your Python is properly installed and configured). + Define current locale settings. Used to determine current default charset (if + your Python is properly installed and configured). @@ -331,7 +333,9 @@ the program will recode the message to the wrong charset. AUTHOR - Oleg Broytman <phd@phdru.name> + Oleg + Broytman + phd@phdru.name @@ -339,7 +343,7 @@ the program will recode the message to the wrong charset. COPYRIGHT - Copyright (C) 2001-2014 PhiloSoft Design + Copyright (C) 2001-2014 PhiloSoft Design.