[dia/zbrown/remove-autotools: 3/5] Fix build issue: add --from-code=utf-8 in po/meson.build.



commit 95bd1b81911d46128b516cb6d7af0e443710e1c9
Author: Eduard Nicodei <eddnicodei gmail com>
Date:   Mon Jan 28 21:53:49 2019 +0000

    Fix build issue: add --from-code=utf-8 in po/meson.build.
    
    Original author: Zander Brown <zbrown gnome org>

 po/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/po/meson.build b/po/meson.build
index b2c92e94..44bfd33d 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -11,4 +11,5 @@ intltool_command = [
     po_dir, '@INPUT@', '@OUTPUT@'
 ]
 
-i18n.gettext(meson.project_name())
+i18n.gettext(meson.project_name(),
+             args: '--from-code=utf-8')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]