You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/02/12 15:32:46 UTC

cvs commit: xml-xerces/c/src/util XMLUniDefs.hpp

knoaman     01/02/12 06:32:45

  Modified:    c/src/util XMLUniDefs.hpp
  Log:
  Added two more character definitions.
  
  Revision  Changes    Path
  1.2       +3 -1      xml-xerces/c/src/util/XMLUniDefs.hpp
  
  Index: XMLUniDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XMLUniDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLUniDefs.hpp	2000/07/25 22:28:16	1.1
  +++ XMLUniDefs.hpp	2001/02/12 14:32:43	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: XMLUniDefs.hpp,v 1.1 2000/07/25 22:28:16 aruna1 Exp $
  + * $Id: XMLUniDefs.hpp,v 1.2 2001/02/12 14:32:43 knoaman Exp $
    */
   #if !defined(XMLUNIDEFS_HPP)
   #define XMLUNIDEFS_HPP
  @@ -178,5 +178,7 @@
   const XMLCh chYenSign               = 0xA5;
   const XMLCh chWonSign               = 0x20A9;
   
  +const XMLCh chLineSeparator			= 0x2028;
  +const XMLCh chParagraphSeparator	= 0x2029;
   
   #endif