* staticaly bind codeset to utf8.
authorWilfried Göesgens <willi@citadel.org>
Sun, 27 Nov 2005 17:29:01 +0000 (17:29 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 27 Nov 2005 17:29:01 +0000 (17:29 +0000)
webcit/webserver.c

index 63159c9a2fdcb1d8e19eec17ebbe16d72b94de57..cd16142806246d025230c65baeff117213a3e5c1 100644 (file)
@@ -472,6 +472,9 @@ int main(int argc, char **argv)
        lprintf(9, "Text domain: %s\n",
                textdomain("webcit")
        );
+       lprintf(9, "Text domain Charset: %s\n",
+                       bind_textdomain_codeset("webcit","UTF8")
+       );
 #endif
 
        initialize_viewdefs();