mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-03 10:17:40 +00:00
update FAQ about locale/unicode issues, fixes #6999
This commit is contained in:
parent
6e8c58c125
commit
e8573193e4
1 changed files with 6 additions and 0 deletions
|
@ -878,6 +878,12 @@ Check if your encoding is set correctly. For most POSIX-like systems, try::
|
|||
|
||||
export LANG=en_US.UTF-8 # or similar, important is correct charset
|
||||
|
||||
If that does not help:
|
||||
|
||||
- check for typos, check if you really used ``export``.
|
||||
- check if you have set ``LC_ALL`` - if so, try not setting it.
|
||||
- check if you generated the respective locale via ``locale-gen``.
|
||||
|
||||
I can't extract non-ascii filenames by giving them on the commandline!?
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue