Browse Source

-add option for xgettext to support non-ASCII characters in gettext strings

Sree Harsha Totakura 10 years ago
parent
commit
3b996c5c18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      po/Makevars

+ 1 - 1
po/Makevars

@@ -8,7 +8,7 @@ subdir = po
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8
 
 # 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