merge with master and fix 4 conflicts by hand
[ardour.git] / libs / ardour / globals.cc
index 8bee4ec9023cc0f8c4d4c098283ab8cc8a26ca6c..39bcd1b79e8c6249fecd8a7e2b13fa6117bbe8ee 100644 (file)
@@ -241,6 +241,7 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization, const char* localedir
 
 #ifdef ENABLE_NLS
        (void) bindtextdomain(PACKAGE, localedir);
+       (void) bind_textdomain_codeset (PACKAGE, "UTF-8");
 #endif
 
        SessionEvent::init_event_pool ();