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_odonell@mentor.com>
Wed, 13 Jun 2012 23:51:55 +0000 (16:51 -0700)
ChangeLog
po/Makefile

index 4dff767e3669277531666d2e66e3edc2f199d812..e46b9cb79a57e506b19311398e8574b8f70a7d49 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-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        [BZ #14210]
index 4ca0d1c4d117a21987d6ae3b91e36431a4188f02..3e3f909b9765e837994de68ba0954977782ef78a 100644 (file)
@@ -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_ \