summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-07 22:34:12 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-08 00:21:02 +0000
commite19e412afc4968168748aa5f8abc025a8ad7187a (patch)
treea711c77fed7c471d8cf5457962509a1cb08a1852
parent0c244082ddb4b2443ccfbc1c438ead4fda1c33ca (diff)
po4a: Add -LUTF-8 to the config
Apparently this is not the default. Suggested-by: Colin Watson <cjwatson@chiark.greenend.org.uk> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xpo4a/list-documents2
-rw-r--r--po4a/po4a.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/po4a/list-documents b/po4a/list-documents
index 4d625e0..9924379 100755
--- a/po4a/list-documents
+++ b/po4a/list-documents
@@ -13,7 +13,7 @@ cat <<END
# ^ add your language here (separate with spaces)
# Do not edit the rest of this file. It is automatically maintained.
-[options] opt:"-MUTF-8" opt:"-k10"
+[options] opt:"-MUTF-8" opt:"-LUTF-8" opt:"-k10"
[po4a_paths] \$master.pot \$lang:\$master.\$lang.po
END
diff --git a/po4a/po4a.cfg b/po4a/po4a.cfg
index a7c3e12..15e7f55 100644
--- a/po4a/po4a.cfg
+++ b/po4a/po4a.cfg
@@ -2,7 +2,7 @@
# ^ add your language here (separate with spaces)
# Do not edit the rest of this file. It is automatically maintained.
-[options] opt:"-MUTF-8" opt:"-k10"
+[options] opt:"-MUTF-8" opt:"-LUTF-8" opt:"-k10"
[po4a_paths] $master.pot $lang:$master.$lang.po
[type: man] ../dgit.1 $lang:translated/man/$lang/man1/dgit.1 master:file=dgit_1
[type: man] ../dgit.7 $lang:translated/man/$lang/man7/dgit.7 master:file=dgit_7