Re: [PATCH] jscript: Implement decodeURIComponent
Jacek Caban wrote: Hi Andrew, Andrew Eikum wrote: --- dlls/jscript/global.c | 104 - dlls/jscript/tests/api.js | 20 + 2 files changed, 122 insertions(+), 2 deletions(-) +while(*ptr == '%') { +if(hex_t
Re: [PATCH] jscript: Implement decodeURIComponent
Hi Andrew, Andrew Eikum wrote: --- dlls/jscript/global.c | 104 - dlls/jscript/tests/api.js | 20 + 2 files changed, 122 insertions(+), 2 deletions(-) +while(*ptr == '%') { +if(hex_to_int(*(ptr+1)) < 0