in reply to url code
use URI::Escape; $safe = uri_escape("10% is enough\n"); [download]
$str = uri_unescape($safe); [download]