Fix strange characters and pango warnings with LC_ALL=fr@euro. Patch & testing by...
[synfig.git] / synfig-core / trunk / src / tool / main.cpp
index 701bd67..fbff491 100644 (file)
@@ -1125,6 +1125,7 @@ int main(int argc, char *argv[])
 
 #ifdef ENABLE_NLS
        bindtextdomain("synfig", LOCALEDIR);
+       bind_textdomain_codeset("synfig", "UTF-8");
        textdomain("synfig");
 #endif