X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=cgilite.sh;fp=cgilite.sh;h=e145f2eebe173be82475cde1ec60fb200a14ed63;hp=32aa28bfb5c8cf165a7082e840634fb2e313ac42;hb=14625170df9e56e7eb2abf9c41c0b32cbd6577fa;hpb=00ba4b0222ec867cc1b629857defb6db4b403530 diff --git a/cgilite.sh b/cgilite.sh index 32aa28b..e145f2e 100755 --- a/cgilite.sh +++ b/cgilite.sh @@ -225,6 +225,8 @@ URL(){ \[*) out="${out}%5B";; \]*) out="${out}%5D";; \ *) out="${out}%20";; + " "*) out="${out}%09";; + "${CR}"*) out="${out}%0D";; "${BR}"*) out="${out}%0A";; %*) out="${out}%25";; *) out="${out}${str%"${str#?}"}";;