Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
725 views

How to convert non-supported character to html entity in Java

Some character not support by certain charset, so below test fail. I would like to use html entity to encode ONLY those not supported character. How, in java? public void testWriter() throws ...
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
958 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 &lt; < &gt; ...