Ignore:
Timestamp:
2008-12-15T16:40:02+13:00 (15 years ago)
Author:
ak19
Message:

Gone back to replaces %20s with space again, to work in tandem with unicode::url_decode preserving spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/gsConvert.pl

    r17329 r18202  
    735735    my ($pre, $text, $post) = @_;
    736736
    737     #$text =~ s/%20/ /g;
     737    $text =~ s/%20/ /g; # reinstated this line, since we no longer replace spaces with %20
    738738    $text =~ s/\\/\//g;
    739739    $text =~ s/%/%25/g;
Note: See TracChangeset for help on using the changeset viewer.