Skip to content

Commit

Permalink
Set default charset to UTF-8 for libc.pot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos O'Donell committed Jun 13, 2012
1 parent 8e0933b commit 771766d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions po/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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_ \
Expand Down

0 comments on commit 771766d

Please sign in to comment.