all repos — openbox @ 88dbe7c24863ebb77446a1e2b7c3ceb46422a89c

openbox fork - make it a bit more like ryudo

use the UTF-8 codeset
Dana Jansens danakj@orodu.net
commit

88dbe7c24863ebb77446a1e2b7c3ceb46422a89c

parent

7a453b46ce8ac71cfd06b629e76727a8574b2453

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/main.ccsrc/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);