]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
use the UTF-8 codeset
[chaz/openbox] / src / main.cc
index 1311ce51df59c32357ad8e5372172577939eff08..94fefacc459c7d0001f376edd9342357ccbaf6d1 100644 (file)
@@ -22,6 +22,7 @@ int main(int argc, char **argv) {
   // initialize the locale
   setlocale(LC_ALL, "");
   bindtextdomain(PACKAGE, LOCALEDIR);
+  bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
   textdomain(PACKAGE);
 
   ob::Openbox openbox(argc, argv);
This page took 0.023021 seconds and 4 git commands to generate.