[vlc-devel] [PATCH] xgettext: assume input files are utf-8

Rafaël Carré rafael.carre at gmail.com
Mon Nov 1 02:27:47 CET 2010


ncurses interface now has translatable strings using unicode characters
---
 po/Makefile.in.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 83d8838..53b815e 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -163,6 +163,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
 	      --copyright-holder='$(COPYRIGHT_HOLDER)' \
 	      --package-name="$${package_gnu}@PACKAGE@" \
 	      --package-version='@VERSION@' \
+	      --from-code=utf-8 \
 	      --msgid-bugs-address="$$msgid_bugs_address" \
 	    ;; \
 	esac
-- 
1.7.2.3





More information about the vlc-devel mailing list