From 625d76b91479a9cfdc8ad6e4e16bdf77b2c1f1c5 Mon Sep 17 00:00:00 2001 From: walking Date: Thu, 5 Nov 2009 02:12:02 +0000 Subject: [PATCH] + --from-code=UTF-8 --- apps/routerconsole/java/bundle-messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/java/bundle-messages.sh b/apps/routerconsole/java/bundle-messages.sh index 1e634cedf..82071200b 100755 --- a/apps/routerconsole/java/bundle-messages.sh +++ b/apps/routerconsole/java/bundle-messages.sh @@ -38,7 +38,7 @@ do # To start a new translation, copy the header from an old translation to the new .po file, # then ant distclean updater. find src ../jsp/WEB-INF strings -name *.java > $TMPFILE - xgettext -f $TMPFILE -F -L java \ + xgettext -f $TMPFILE -F -L java --from-code=UTF-8 \ --keyword=_ --keyword=_x --keyword=intl._ --keyword=intl.title \ --keyword=handler._ --keyword=formhandler._ \ --keyword=net.i2p.router.web.Messages.getString \