about summary refs log tree commit diff
path: root/po/Makefile
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos_odonell@mentor.com>2012-06-13 16:50:29 -0700
committerCarlos O'Donell <carlos_odonell@mentor.com>2012-06-13 16:51:55 -0700
commit771766df5ad38fdce118d4b3a4a7a7825e19fb96 (patch)
tree6f6c7f636868eb0b197c4ed042636f195d2ecb26 /po/Makefile
parent8e0933bb47989ac4c3cdcc05375f3ecf47c162f0 (diff)
downloadglibc-771766df5ad38fdce118d4b3a4a7a7825e19fb96.tar.gz
glibc-771766df5ad38fdce118d4b3a4a7a7825e19fb96.tar.xz
glibc-771766df5ad38fdce118d4b3a4a7a7825e19fb96.zip
Set default charset to UTF-8 for libc.pot.
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index 4ca0d1c4d1..3e3f909b97 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -56,6 +56,7 @@ libc.pot: header.pot libc.pot.files
 	set `date -R`; disp="$$6"; \
 	sed -e 's/VERSION/$(version)/' \
 	    -e "s/DATE/`date +'%Y-%m-%d %H:%M'$$disp`/" \
+	    -e "s/CHARSET/UTF-8/" \
 	    $< > $@.new
 	egrep -v '\.ksh$$' $(word 2,$^) > $(objdir)/tmp-libc.pot-files
 	cd ..; $(XGETTEXT) --keyword=_ --keyword=N_ \