diff --git a/README.md b/README.md index 48cde3c6..5c5cc4eb 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ Local plugin filenames must be valid python module names, therefore must consist ### Caveats **Locale:** -For best results set the `LANG` locale environment variable to `C`. For example, either by setting directly on the command-line: +For best results set the `LANG` locale environment variable to `C` or `en_US.UTF-8`. For example, either by setting directly on the command-line: ``` $ LANG=C date | jc --date ``` diff --git a/jc/man/jc.1.gz b/jc/man/jc.1.gz index 47480554..70d341c8 100644 Binary files a/jc/man/jc.1.gz and b/jc/man/jc.1.gz differ diff --git a/man/jc.1.gz b/man/jc.1.gz index 47480554..70d341c8 100644 Binary files a/man/jc.1.gz and b/man/jc.1.gz differ diff --git a/templates/manpage_template b/templates/manpage_template index ecdc814e..2f30969b 100644 --- a/templates/manpage_template +++ b/templates/manpage_template @@ -112,7 +112,7 @@ Local plugin filenames must be valid python module names, therefore must consist Note: The application data directory follows the XDG Base Directory Specification .SH CAVEATS -\fBLocale:\fP For best results set the \fBLANG\fP locale environment variable to \fBC\fP. For example, either by setting directly on the command-line: +\fBLocale:\fP For best results set the \fBLANG\fP locale environment variable to \fBC\fP or \fBen_US.UTF-8\fP. For example, either by setting directly on the command-line: \fB$ LANG=C date | jc --date\fP diff --git a/templates/readme_template b/templates/readme_template index cdda98e0..4a54f11b 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -176,7 +176,7 @@ Local plugin filenames must be valid python module names, therefore must consist ### Caveats **Locale:** -For best results set the `LANG` locale environment variable to `C`. For example, either by setting directly on the command-line: +For best results set the `LANG` locale environment variable to `C` or `en_US.UTF-8`. For example, either by setting directly on the command-line: ``` $ LANG=C date | jc --date ```