use the UTF-8 codeset
This commit is contained in:
parent
7a453b46ce
commit
88dbe7c248
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ int main(int argc, char **argv) {
|
||||||
// initialize the locale
|
// initialize the locale
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||||
|
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
|
||||||
textdomain(PACKAGE);
|
textdomain(PACKAGE);
|
||||||
|
|
||||||
ob::Openbox openbox(argc, argv);
|
ob::Openbox openbox(argc, argv);
|
||||||
|
|
Loading…
Reference in a new issue