;doc: cli: troubleshooting: mention C.UTF-8

This commit is contained in:
Simon Michael 2020-03-27 14:41:12 -07:00
parent b6e4a1bdc0
commit e7e9f1ee3b

View File

@ -1694,3 +1694,5 @@ $ LANG=fr_FR.utf8 hledger -f my.journal print
Note some platforms allow variant locale spellings, but not all (ubuntu Note some platforms allow variant locale spellings, but not all (ubuntu
accepts `fr_FR.UTF8`, mac osx requires exactly `fr_FR.UTF-8`). accepts `fr_FR.UTF8`, mac osx requires exactly `fr_FR.UTF-8`).
`C.UTF-8` might be a simple choice that always works.