sboag 00/12/09 21:17:40
Modified: java/src/org/apache/xalan/serialize HTMLEntities.res Log: Enabled Scaron entity, for the sake of passing the conformance tests. I am told that Netscape does not support this. Revision Changes Path 1.2 +6 -5 xml-xalan/java/src/org/apache/xalan/serialize/HTMLEntities.res Index: HTMLEntities.res =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/serialize/HTMLEntities.res,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HTMLEntities.res 2000/12/06 05:37:09 1.1 +++ HTMLEntities.res 2000/12/10 05:17:39 1.2 @@ -1,6 +1,6 @@ -# $Id: HTMLEntities.res,v 1.1 2000/12/06 05:37:09 sboag Exp $ +# $Id: HTMLEntities.res,v 1.2 2000/12/10 05:17:39 sboag Exp $ # -# @version $Revision: 1.1 $ $Date: 2000/12/06 05:37:09 $ +# @version $Revision: 1.2 $ $Date: 2000/12/10 05:17:39 $ # @author <a href="mailto:[EMAIL PROTECTED]">Assaf Arkin</a> # # Character entity references for markup-significant @@ -258,9 +258,10 @@ # Latin Extended-A OElig 338 oelig 339 -#-- Commented out. NN 4.7 does not seem to support these -- -#Scaron 352 -#scaron 353 + +#-- NN 4.7 does not seem to support these, so they might ought to be commented. +Scaron 352 +scaron 353 Yuml 376 # # Spacing Modifier Letters
