From: Dana Jansens Date: Sun, 12 Jan 2003 23:04:02 +0000 (+0000) Subject: use the UTF-8 codeset X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=88dbe7c24863ebb77446a1e2b7c3ceb46422a89c;p=chaz%2Fopenbox use the UTF-8 codeset --- diff --git a/src/main.cc b/src/main.cc index 1311ce51..94fefacc 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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);