diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-31 11:59:58 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-31 13:37:23 -0600 |
commit | 2f0f5979720474ee4e5d7a802cd61c1685be8b38 (patch) | |
tree | d99ffafb210da2f61edd02517bc4e3206117b89e /common.mk | |
parent | be93a5e25a80b99a00b37334e85d7d815b0b880b (diff) |
Enforce .pot files being UTF-8.
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ indent = emacs --batch $1 \ # Usage <INPUT $(pofmt) >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) |