* tiny 'file'-extract, now we can detect the type of an image. and set the mimetype...
[citadel.git] / webcit / webserver.c
index 626922a251d98b936b95ae0abf08788a0d7e9717..c5f30c2ad7c0e4122e9ffec14b26195cf0d29e0e 100644 (file)
@@ -806,6 +806,7 @@ int main(int argc, char **argv)
        free(mo);
        lprintf(9, "Text domain: %s\n", textdomain("webcit"));
        lprintf(9, "Text domain Charset: %s\n", bind_textdomain_codeset("webcit","UTF8"));
+       preset_locale();
 #endif