Browse Source

po: Set the encoding of all xgettext input files to UTF-8

Guillem Jover 12 years ago
parent
commit
ac1a0024c6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dselect/po/Makevars
  2. 1 1
      scripts/po/Makevars

+ 1 - 1
dselect/po/Makevars

@@ -8,7 +8,7 @@ subdir = dselect/po
 top_builddir = ../..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding

+ 1 - 1
scripts/po/Makevars

@@ -8,7 +8,7 @@ subdir = scripts/po
 top_builddir = ../..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --from-code=iso-8859-1 --keyword=_g --keyword=P_:1,2
+XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_g --keyword=P_:1,2
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding