You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2002/11/08 16:53:13 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl XMLEntityManager.java

sandygao    2002/11/08 07:53:13

  Modified:    java/src/org/apache/xerces/impl XMLEntityManager.java
  Log:
  Typo: should be { instead of "
  
  Revision  Changes    Path
  1.51      +2 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java
  
  Index: XMLEntityManager.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- XMLEntityManager.java	17 Oct 2002 21:42:51 -0000	1.50
  +++ XMLEntityManager.java	8 Nov 2002 15:53:13 -0000	1.51
  @@ -1243,7 +1243,7 @@
           gNeedEscaping[0x7f] = true;
           gAfterEscaping1[0x7f] = '7';
           gAfterEscaping2[0x7f] = 'F';
  -        char[] escChs = {' ', '<', '>', '#', '%', '"', '"', '}',
  +        char[] escChs = {' ', '<', '>', '#', '%', '"', '{', '}',
                            '|', '\\', '^', '~', '[', ']', '`'};
           int len = escChs.length;
           char ch;
  
  
  

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