{{{#!gcode string urlDecode(string &SRC) { string ret; char ch; int i, ii; for (i=0; i(ii); ret+=ch; i=i+2; } else { ret+=SRC[i]; } } return (ret); } }}} not the best, but working fine