perl -we '$_="caf%C3%A9"; s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; print "$_\n"'