[Development] QString::toHtmlEscaped()

Jedrzej Nowacki jedrzej.nowacki at nokia.com
Thu Jan 19 09:50:50 CET 2012


On Wednesday 18. January 2012 21.07.39 ext Robin Burchell wrote:
> Hi,
> 
> Thanks for following this up from Gerrit!
> 
> On Wed, Jan 18, 2012 at 9:52 PM,  <kranthi.kumar-kuntala at nokia.com> wrote:
> > I was looking at toHtmlEscaped() method in QString class which converts
> > metacharacters <, >, &, and " replaced by HTML entities.
> > is there any other method which can replace other metacharacters for
> > example (: , =  ) etc ?
> 
> My personal feeling is that toHtmlEscaped should do this. It does sort
> of imply that already, after all. It probably isn't even all that
> difficult to do. One thing I'm not sure about is what the impact on
> e.g. QWidget (and other things that use similar tricks) will be: will
> they display escaped entities correctly? Anyone on list happen to know
> the answer to that?
> 
> > Also is there a method which will do the other way round eg:
> > fromHtmlEscaped() ?
> 
> I think having one would be handy, myself. +1
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development

Hi,

  Why QString class member? What about differences between XML and HTML? I 
believe we should think about more generic (and more complex) solution. Do we 
need to construct a HTML source too? What about WebKit? I think the code you 
need is already there (QWebView::setHtml somehow works).

Cheers,
  Jędrek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120119/32b254f9/attachment.html>


More information about the Development mailing list