Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for freee and fast URLDecode function
Message
From
19/04/2002 03:18:29
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00646395
Message ID:
00646812
Views:
21
Sorry, I dont have C compiler and experiences to work with it.


Maybe this vfp program is faster than previous code:
for i=0 to 255
  cRes = strtran( cRes, '%'+left( TRANSFORM(i,'@0'),2), chr(i) )
  endfor
>Andrus,
>
>Do you have VC++ available to you? This would be pretty trivial to work up in C++ you could use the DeQuote sample from my website as a beginning point for the routine.
>
>>I need to decode a URL decoded strings which have length of 100 .. 500 KBytes.
>>I use currently the progam below, but this is very slow: I have XML strings which have a lot characters replaced by %hh bytes.
>>I know that Rick has the URLDecode function in wwipstuff.dll, but this is no more free.
>>So I'm looking for another solution, a dll file or somethind other.
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform