Anonymous
public unlisted text v1 · immutable--- LiveJournal.pm 2015-11-09 03:10:14.934068892 +0300
+++ LiveJournal-new.pm 2015-11-09 03:11:01.327768400 +0300
@@ -1167,6 +1167,10 @@
my $length = length($html);
$r->header_out("Content-length", $length);
$r->send_http_header();
+
+ Encode::_utf8_on($html);
+ $html =~ s/[\p{Mn}\p{Me}]{5,}//g;
+
$r->print($html) unless $r->header_only;
return OK;