Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi guy:
I'm using Qt4.8 and got code like this 高德 How to decode these HTML Entities?
thank you
Hi, welcome to devnet.
There's no Qt function (that I know of) to do that directly.
As a workaround you can use QTextDocument for that. setHtml() and get it back with either getHtml() or getPlainText(). These should return the entities with encoding of your choosing.