Tagged Questions
0
votes
3answers
1k views
how to convert from html number to symbol?
After searching internet for a while, I found that there are a lot of online tool that allow conversion from symbol to html number, but not for vice versa.
I am looking for tool/online tool/php ...
-1
votes
2answers
977 views
convert html entities to unicode(utf-8) strings in c?
This question is very similar to that one, but I need to do the same thing in C, not python. Here are some examples of what the function should do:
input output
< <
> ...