X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=5be05a8beb63f135a3a32d77203ba255463783d6;hb=5522e44bc2b98380da3ba857b348f0e48bd47c9f;hp=8f5c814d767870c77857de5bcab65dd7fe04a7aa;hpb=2c943cdd9e58f2b7651ca0c66bf1ea35fcf9f753;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 8f5c814..5be05a8 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -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). @@ -323,7 +325,7 @@ correct MIME output. The incorrect parts are obvious - decoded Subject headers and filenames. Other than that output is correct MIME message. The program does not try to guess whether the headers are correct. For example, if a message header states that charset is iso8859-5, but the body is actually in koi8-r - -the program will recode the message to the wrong charset. +the program will recode the message with the wrong charset.