Set UTF-8 codepage (need for plugins on win32).
This commit is contained in:
parent
0a18267914
commit
e7cf0fa9e9
|
@ -41,6 +41,7 @@ void __attribute__ ((constructor)) load_library (void)
|
|||
localePath = g_build_filename (soDir, "@LC_RELATIVE_PREFIX@/share/locale", NULL);
|
||||
g_free (soDir);
|
||||
bindtextdomain (GETTEXT_PACKAGE, localePath);
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
g_free (localePath);
|
||||
|
||||
@LC_COMMON_CODE@
|
||||
|
|
Loading…
Reference in New Issue