dbertoni    2003/09/17 14:40:07

  Modified:    c/src/xalanc/PlatformSupport XalanUnicode.hpp
  Log:
  Fix for Bugzilla 23170.  Implementation of EXSLT functions by Matthew Hoyt.
  
  Revision  Changes    Path
  1.2       +2 -0      xml-xalan/c/src/xalanc/PlatformSupport/XalanUnicode.hpp
  
  Index: XalanUnicode.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanUnicode.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanUnicode.hpp  29 Jun 2003 03:57:55 -0000      1.1
  +++ XalanUnicode.hpp  17 Sep 2003 21:40:07 -0000      1.2
  @@ -177,6 +177,7 @@
                charCircumflexAccent    = 0x5E,
   
                charLowLine                             = 0x5F,
  +             charGraveAccent                 = 0x60,
   
                charLetter_a                    = 0x61,
                charLetter_b                    = 0x62,
  @@ -311,6 +312,7 @@
        static const XalanDOMChar       charCircumflexAccent    = 0x5E;
   
        static const XalanDOMChar       charLowLine                             
= 0x5F;
  +     static const XalanDOMChar   charGraveAccent                     = 0x60;
   
        static const XalanDOMChar       charLetter_a                    = 0x61;
        static const XalanDOMChar       charLetter_b                    = 0x62;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to