You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/11/06 18:18:18 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/util XMLChar.java

lehors      00/11/06 09:18:13

  Modified:    java/src/org/apache/xerces/util Tag: xerces_j_2 XMLChar.java
  Log:
  added missing character '_' to pubidChar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.10  +3 -2      xml-xerces/java/src/org/apache/xerces/util/Attic/XMLChar.java
  
  Index: XMLChar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/Attic/XMLChar.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- XMLChar.java	2000/10/31 01:38:15	1.1.2.9
  +++ XMLChar.java	2000/11/06 17:18:04	1.1.2.10
  @@ -78,7 +78,7 @@
    * @author Eric Ye, IBM
    * @author Arnaud  Le Hors, IBM
    *
  - * @version $Id: XMLChar.java,v 1.1.2.9 2000/10/31 01:38:15 lehors Exp $
  + * @version $Id: XMLChar.java,v 1.1.2.10 2000/11/06 17:18:04 lehors Exp $
    */
   public class XMLChar {
   
  @@ -159,7 +159,8 @@
           //
   
           int pubidChar[] = {
  -            0x000A, 0x000D, 0x0020, 0x0021, 0x0023, 0x0024, 0x0025, 0x003D
  +            0x000A, 0x000D, 0x0020, 0x0021, 0x0023, 0x0024, 0x0025, 0x003D,
  +            0x005F
           };
   
           int pubidRange[] = {