chiark / gitweb /
po4a: Add -LUTF-8 to the config
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 7 Nov 2018 22:34:12 +0000 (22:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Nov 2018 00:21:02 +0000 (00:21 +0000)
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>
po4a/list-documents
po4a/po4a.cfg

index 4d625e0ba46f9a21188e039567a682d5e3f6cb85..9924379b6a3238c9273cc70f5a0d41933d305785 100755 (executable)
@@ -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
 
index a7c3e128e2a9de24e87797c99a6c5b711bbbde6a..15e7f55080c93637e0fa364176e52d0ff6c817b9 100644 (file)
@@ -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