From: Wilfried Göesgens Date: Mon, 5 Jul 2010 20:42:26 +0000 (+0000) Subject: * specify utf-8 as charset X-Git-Tag: v7.86~120 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=6df65ad98e4aca52a84205a58a4eb961d8db2b3f;p=citadel.git * specify utf-8 as charset --- diff --git a/webcit/po/create-pot.sh b/webcit/po/create-pot.sh index bb918d373..224b4203c 100644 --- a/webcit/po/create-pot.sh +++ b/webcit/po/create-pot.sh @@ -3,6 +3,7 @@ echo Updating webcit.pot from strings in the source code ... xgettext \ --copyright-holder='The Citadel Project - http://www.citadel.org' \ + --from-code='utf-8' \ -k_ \ -o webcit.pot \ ../*.c ../static/t/*.html