diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-02-13 13:14:43 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-02-13 13:14:43 +0000 |
commit | 4274c6e0952fad298b3f31222a4db7d4bc50c773 (patch) | |
tree | f3dc714f9041a28805438554e553ee536f1550d9 /po | |
parent | 0e4a4778f8d4bde2c7abd17db45f30ec14781c33 (diff) | |
download | xine-lib-4274c6e0952fad298b3f31222a4db7d4bc50c773.tar.gz xine-lib-4274c6e0952fad298b3f31222a4db7d4bc50c773.tar.bz2 |
**BUGFIX**
Used utf-8 for comments visible in po-files.
(user visible texts should be only in ASCII).
CVS patchset: 7406
CVS date: 2005/02/13 13:14:43
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index d19ca23a7..3443fd9cc 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -87,7 +87,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ - --files-from=$(srcdir)/POTFILES.in \ + --from-code=utf-8 --files-from=$(srcdir)/POTFILES.in \ --msgid-bugs-address='http://sourceforge.net/tracker/?atid=109655&group_id=9655' \ && test ! -f $(PACKAGE).po \ || ( rm -f $(srcdir)/$(PACKAGE).pot \ |