Hello, The attached patches implement resolving of HTML character references (named: &, decimal: *, hex: ) during comment parsing. With these patches in place, internal representation of plain text in comment AST will not contain character references, but the characters themselves.
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]>*/
convert-unicode-code-point-to-utf8-v1.patch
Description: Binary data
character-references-v1.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
