I am trying to convert HTML ASCII codes to legible characters. For example, I have HTML code which looks like this:
PING OK - Packet loss = 0%, RTA = 2.42 ms
And I would like to output it like this:
PING OK - Packet loss = 0%, RTA = 2.42 ms
However, Java / Android does not seem to support an easy way of doing this, or am I missing something? Any help would be appreciated.
try this let me know
Is there a quick way to recognize HTML ASCII codes in a String or TextView?