Is there a function, I searched and could not find anything that returns the human readable version of the string?
Where QString origString = .....; decodeHtml( origString.toEscapedHtml() ) == origString; ?? The biggest hack of all hacks I could find is the following QTextDocument doc; doc.setHtml( origString ); QString plaintext = doc.toPlainText(); Which just seems like a little bit of overkill Scott
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest