User:AnomieBOT/source/tasks/PERTableUpdater.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Follow "protection moved from" back to find the original protection entry.
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Use a unicode-safe URI encoding function.
Line 297:
my $t=shift;
$t=~s/ /_/g;
$t=uri_escapeuri_escape_utf8($t, '^A-Za-z0-9_\-.:/~');
return $t;
}