#else
(void)bindtextdomain(PACKAGE, LOCALEDIR);
#endif
(void)bind_textdomain_codeset(PACKAGE, "UTF-8");
(void)textdomain(PACKAGE);
}