summaryrefslogtreecommitdiff
path: root/man/po/po4a.cfg
diff options
context:
space:
mode:
authorOmar Campagne <ocampagne@gmail.com>2010-06-05 17:16:48 +0200
committerHelge Kreutzmann <debian@helgefjell.de>2010-06-05 17:16:48 +0200
commit4a9722f5a066d4bffa58fd626470c21ddde7111c (patch)
tree8b28a257899429571045758e5a9d591600654a64 /man/po/po4a.cfg
parent40489dcdae74ee7cc18bea1010df40354690fe39 (diff)
downloaddpkg-4a9722f5a066d4bffa58fd626470c21ddde7111c.tar.gz
Fix enconding of addendum
There is a problem with the addendum output, which does show wrong characters. I don't know if that problem was there before (broken addenda are usual). I set opt_es:"-L ISO-8859-1 -A utf-8" to make it work. Sometimes I go crazy with encodings (the terminal, vim, etc)
Diffstat (limited to 'man/po/po4a.cfg')
-rw-r--r--man/po/po4a.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/po/po4a.cfg b/man/po/po4a.cfg
index 398b337ff..2350d4f76 100644
--- a/man/po/po4a.cfg
+++ b/man/po/po4a.cfg
@@ -4,7 +4,7 @@
# Make sure the man pages are generated with the right encoding.
[po4a_alias:man] man \
opt_de:"-L ISO-8859-1" \
- opt_es:"-L ISO-8859-1" \
+ opt_es:"-L ISO-8859-1" -A utf-8 \
opt_fr:"-L ISO-8859-1" \
opt_hu:"-L ISO-8859-2 -A ISO-8859-2" \
opt_ja:"-L euc-jp -A utf-8" \