]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Set default charset to UTF-8 for libc.pot.
authorCarlos O'Donell <carlos_odonell@mentor.com>
Wed, 13 Jun 2012 23:50:29 +0000 (16:50 -0700)
committerCarlos O'Donell <carlos@systemhalted.org>
Sun, 24 Jun 2012 22:19:22 +0000 (22:19 +0000)
(cherry picked from commit 771766df5ad38fdce118d4b3a4a7a7825e19fb96)

ChangeLog
po/Makefile

index c00418583c593993537eb4130635e50384f5d228..02e183116c93a5dfbe5322bb77284037fe7ff50f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+       * po/Makefile (libc.pot): Use UTF-8 charset.
+
 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #14167]
index 55314e0b4f7c7998444a2963844046e8c8a5cd08..2dd49b2b36a3755575dd24bc9231df349e7a51a0 100644 (file)
@@ -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_ \