Is there any HTML url encoding feature freely available on the web? (Implementation in C)
2 answers
I find that the standard for URLs is not that hard. You can even limit yourself to an HTTP URL in most cases. It's pretty straight forward to create your own urlencoder.
0
a source to share
If you are serious about C development, you should really learn Apache Portable Runtime and APR Utilities from Apache .
0
a source to share