]> Dogcows Code - chaz/openbox/commitdiff
use the UTF-8 codeset
authorDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 23:04:02 +0000 (23:04 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 23:04:02 +0000 (23:04 +0000)
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.022048 seconds and 4 git commands to generate.