$OpenBSD: patch-mousepad_main_c,v 1.1 2013/01/02 18:32:21 landry Exp $
--- mousepad/main.c.orig	Sun Dec 30 15:01:52 2012
+++ mousepad/main.c	Sun Dec 30 15:03:00 2012
@@ -72,6 +72,7 @@ main (gint argc, gchar **argv)
 
   /* 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);
