mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
po-docs: Fix UTF-8 encoding problem.
This commit is contained in:
@@ -50,7 +50,8 @@ libguestfs-docs.pot: po4a.conf
|
||||
--copyright-holder "Red Hat Inc." \
|
||||
po4a.conf
|
||||
for f in `find $(LINGUAS) -name '*.pod' -o -name '*.pl'`; do \
|
||||
awk 'FNR >= 14 { print }' < $$f > $$f.new; \
|
||||
echo '=encoding utf8' > $$f.new; \
|
||||
awk 'FNR >= 14 { print }' < $$f >> $$f.new; \
|
||||
mv $$f.new $$f; \
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user