Search Results

4
votes
2answers
239 views

How to unescape html in C

I'm interested in unescaping text for example: '\' -> '\' in C. Anyone knows of a good library? By html escape I mean, all the …
0
votes

How to unescape html in C

I wrote my own unescape code; very simplified, but does the job: pn_util.c …