Преглед на файлове

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

Guillem Jover преди 12 години
родител
ревизия
ac1a0024c6
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 = ../..
 top_builddir = ../..
 
 
 # These options get passed to xgettext.
 # 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
 # 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
 # $(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 = ../..
 top_builddir = ../..
 
 
 # These options get passed to xgettext.
 # 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
 # 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
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding