mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
add en_US.UTF-8 to LANG info
This commit is contained in:
@ -248,7 +248,7 @@ Local plugin filenames must be valid python module names, therefore must consist
|
|||||||
### Caveats
|
### Caveats
|
||||||
**Locale:**
|
**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
|
$ LANG=C date | jc --date
|
||||||
```
|
```
|
||||||
|
BIN
jc/man/jc.1.gz
BIN
jc/man/jc.1.gz
Binary file not shown.
BIN
man/jc.1.gz
BIN
man/jc.1.gz
Binary file not shown.
@ -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
|
Note: The application data directory follows the XDG Base Directory Specification
|
||||||
|
|
||||||
.SH CAVEATS
|
.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
|
\fB$ LANG=C date | jc --date\fP
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ Local plugin filenames must be valid python module names, therefore must consist
|
|||||||
### Caveats
|
### Caveats
|
||||||
**Locale:**
|
**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
|
$ LANG=C date | jc --date
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user