From 88dbe7c24863ebb77446a1e2b7c3ceb46422a89c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 Jan 2003 23:04:02 +0000 Subject: [PATCH] use the UTF-8 codeset --- src/main.cc | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2