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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Apply the colon trick always, there are titles other than File- and Category-namespace that need it.
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Assume 'WIKI' encoding, not 'QUERY', for the urn links.
Line 172:
if($_->{'*'}=~/^urn:$urn:(.+)$/i) {
my $url = $1;
$url=~s/\+/ /g;
$url = uri_unescape( $url );
$url = decode_entities( $url );