On Wed, Jul 25, 2012 at 2:51 PM, Jordan Rose <[email protected]> wrote:
> This seems like a very bad idea when I have this in a comment:
>
> <em>0&lt;i</em>
>
> If you expand the '&lt;', you end up with invalid HTML. Entities are
> supposed to be entities when they come out the other end.

'&lt;' will be expanded in the internal representation.  HTML renderer
will escape HTML special characters back.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to