X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f70fa87182a51b1fdaa8b1592f54dc2c83343f70..7dcd95ca1bc9fb7330103791695eec05085d67af:/source.plp diff --git a/source.plp b/source.plp index 863ef35..cf22e34 100644 --- a/source.plp +++ b/source.plp @@ -83,7 +83,7 @@ else { my $cachefile = "source/$source.html"; if (-e $cachefile and (stat $cachefile)->[9] >= (stat $path)->[9]) { say '
';
-		print ReadFile($cachefile);
+		print decode_utf8(ReadFile($cachefile));
 		say '
'; exit; }