From: Carlos O'Donell Date: Wed, 13 Jun 2012 23:50:29 +0000 (-0700) Subject: Set default charset to UTF-8 for libc.pot. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91fdff8d8524b333820685410540f9185b71c75e;p=thirdparty%2Fglibc.git Set default charset to UTF-8 for libc.pot. (cherry picked from commit 771766df5ad38fdce118d4b3a4a7a7825e19fb96) --- diff --git a/ChangeLog b/ChangeLog index c00418583c5..02e183116c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-06-13 Carlos O'Donell + + * po/Makefile (libc.pot): Use UTF-8 charset. + 2012-06-21 Joseph Myers [BZ #14167] diff --git a/po/Makefile b/po/Makefile index 55314e0b4f7..2dd49b2b36a 100644 --- a/po/Makefile +++ b/po/Makefile @@ -61,6 +61,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_ \