]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Render.pm
so make sure to let perl know it should be handled as utf8. Also,
[git.ikiwiki.info.git] / IkiWiki / Render.pm
index d23dfdc2538716780cb80f94c05876562f9ea0e0..08f098760ecd8faec191e271bded69fc6427bd71 100644 (file)
@@ -34,11 +34,11 @@ sub htmlize ($$) { #{{{
        
        if ($type eq '.mdwn') {
                # XXX explanation of this insanity wating on perl bug number
-               $content=Encode::encode_utf8($content);
+#              $content=Encode::encode_utf8($content);
                $content=Encode::encode_utf8($content);
                $content=Markdown::Markdown($content);
                $content=Encode::decode_utf8($content);
-               $content=Encode::decode_utf8($content);
+#              $content=Encode::decode_utf8($content);
        }
        else {
                error("htmlization of $type not supported");