summaryrefslogtreecommitdiffstats
path: root/system/man-pages-fr/README
diff options
context:
space:
mode:
author B. Watson2021-08-29 06:32:30 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:50 +0200
commit8b129772f8b53fef8a3da9db581620d4c24ea960 (patch)
tree73ca381e6a3144a45db74d531b15fd890742c68d /system/man-pages-fr/README
parent1921c1b955cc3200b3bcf0e9f50bc2de964f47bd (diff)
downloadslackbuilds-8b129772f8b53fef8a3da9db581620d4c24ea960.tar.gz
system/man-pages-fr: Default to UTF-8.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/man-pages-fr/README')
-rw-r--r--system/man-pages-fr/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/system/man-pages-fr/README b/system/man-pages-fr/README
index fbf9b3516b..e613b1418b 100644
--- a/system/man-pages-fr/README
+++ b/system/man-pages-fr/README
@@ -3,7 +3,9 @@ man-pages-fr (french system documentation)
French translation files for the man pages. This build includes both
"man-pages-fr" and "man-pages-extra-fr".
-By default, the man pages are converted to ISO-8859-1 (aka Latin-1)
-encoding, which works well with LANG=fr_FR. If you're using a UTF-8
-locale, and the pages don't display accented characters properly,
-try rebuilding the package with UTF8=yes set in the environment.
+By default, the man pages are installed as UTF-8. This should work
+with man-db regardless of whether you use a Unicode (fr_FR.UTF-8) or
+ISO-8859-1/Latin-1 (fr_FR) setting for LANG.
+
+If you set UTF8=no in the environment, the man pages will be converted
+to Latin-1. This is not recommended for Slackware 15.0 and up.