Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for freee and fast URLDecode function
Message
De
19/04/2002 03:18:29
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00646395
Message ID:
00646812
Vues:
25
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform