|
From: Remko B. <rem...@us...> - 2004-12-28 23:02:24
|
Update of /cvsroot/jvcl/dev/JVCL3/run In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27380 Modified Files: JvStrToHtml.pas Log Message: Added links to references as comment. Index: JvStrToHtml.pas =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/run/JvStrToHtml.pas,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** JvStrToHtml.pas 28 Dec 2004 15:33:06 -0000 1.12 --- JvStrToHtml.pas 28 Dec 2004 23:02:15 -0000 1.13 *************** *** 69,72 **** --- 69,77 ---- const + { References: + http://www.w3.org/TR/REC-html40/charset.html#h-5.3 + http://www.w3.org/TR/REC-html40/sgml/entities.html#h-24.2.1 + http://www.w3.org/TR/REC-html40/sgml/entities.html#h-24.4.1 + } Conversions: array [1..72] of TJvHtmlCodeRec = ( (Ch: '"'; Html: '"'), |