You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by lm...@apache.org on 2001/06/21 21:54:30 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/readers UCSReader.java

lmartin     01/06/21 12:54:30

  Modified:    java/src/org/apache/xerces/readers UCSReader.java
  Log:
  conformance test patch that Glenn Marcy gave me a long time ago
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xerces/java/src/org/apache/xerces/readers/UCSReader.java
  
  Index: UCSReader.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/readers/UCSReader.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- UCSReader.java	2001/02/01 09:58:23	1.6
  +++ UCSReader.java	2001/06/21 19:54:28	1.7
  @@ -75,7 +75,7 @@
    * could take advantage of the system design to improve performance and reduce
    * resource consumption, but the actual performance tuning remains to be done.
    *
  - * @version $Id: UCSReader.java,v 1.6 2001/02/01 09:58:23 andyc Exp $
  + * @version $Id: UCSReader.java,v 1.7 2001/06/21 19:54:28 lmartin Exp $
    */
   final class UCSReader extends XMLEntityReader implements StringPool.StringProducer {
   
  @@ -736,7 +736,7 @@
                       XMLCharacterProperties.initCharFlags();
                       fCalledCharPropInit = true;
                   }
  -                if ((XMLCharacterProperties.fgCharFlags[ch] & XMLCharacterProperties.E_InitialNameCharFlag) == 0) {
  +                if ((XMLCharacterProperties.fgCharFlags[ch] & XMLCharacterProperties.E_NameCharFlag) == 0) {
                       break;
                   }
               }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org