pike.git
/
tutorial
/
Html.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/tutorial/Html.pmod:27:
case '-': case '_': case '+': case '?': case '~': case '*': case ',': case '.': case ';': case ':':
+
case '`':
break; default: quote_from+=({sprintf("%c",e)}); quote_to+=({sprintf("%%%02x",e)}); } unquote_from+=({sprintf("%%%02x",e)}); unquote_to+=({sprintf("%c",e)}); } }