From 1452b3adf30145e8fd1208ac73da9d12967863bc Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 2 Jul 2006 17:44:43 +0000 Subject: so make sure to let perl know it should be handled as utf8. Also, * Improve layout of edit page so formatting help link is always visible w/o getting in the way of the preview. --- IkiWiki/Render.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IkiWiki') diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index d23dfdc25..08f098760 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -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"); -- cgit v1.2.3