From 23dcc18bec2c0468cb28e4195010b26ef2a64f58 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 4 Mar 2023 16:30:24 +0100 Subject: [PATCH] update FAQ about locale/unicode issues, fixes #6999 --- docs/faq.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 20f7a43a8..32bfc12ca 100644 --- a/docs/faq.rst +++ b/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!? -----------------------------------------------------------------------