1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +02:00

add en_US.UTF-8 to LANG info

This commit is contained in:
Kelly Brazil
2021-05-25 09:47:24 -07:00
parent f9b952885a
commit 5db71b05cb
5 changed files with 3 additions and 3 deletions

View File

@@ -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
```