Files
bsdports/xapp/mousepad/files/_patch-mousepad__main.c
2019-12-26 07:26:06 +00:00

11 lines
378 B
C

--- ./mousepad/main.c.orig 2012-12-30 11:04:01.000000000 +0000
+++ ./mousepad/main.c 2012-12-30 15:35:18.000000000 +0000
@@ -72,6 +72,7 @@
/* bind the text domain to the locale directory */
bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
/* set the package textdomain */
textdomain (GETTEXT_PACKAGE);