2
0
Эх сурвалжийг харах

Merge pull request #7401 from ThomasWaldmann/unicode-filenames-docs-master

update FAQ about locale/unicode issues, fixes #6999
TW 2 жил өмнө
parent
commit
7ce0887070
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      docs/faq.rst

+ 6 - 0
docs/faq.rst

@@ -749,6 +749,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!?
 -----------------------------------------------------------------------