From 2f0f5979720474ee4e5d7a802cd61c1685be8b38 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 31 May 2015 11:59:58 -0600 Subject: Enforce .pot files being UTF-8. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index b88ad8d..69bcc06 100644 --- a/common.mk +++ b/common.mk @@ -26,7 +26,7 @@ indent = emacs --batch $1 \ # Usage OUTPUT # Normalize a .po(t) file -pofmt = msguniq -Fi +pofmt = msguniq -Fi --to-code=UTF-8 # Usage: as a variable # relative path to `/` from $(bindir) -- cgit v1.2.3-54-g00ecf