OK. Here's python.

#!/usr/bin/env python
import urllib, sys
print urllib.unquote(sys.stdin.read())


Cheers,
Carl.

Reply via email to