You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/04/15 02:58:18 UTC

cvs commit: apache-2.0/src/lib/expat-lite xmlparse.h

fielding    00/04/14 17:58:18

  Modified:    src/lib/expat-lite xmlparse.h
  Log:
  shades of a bad global replace --- fixed comment
  
  Revision  Changes    Path
  1.4       +1 -1      apache-2.0/src/lib/expat-lite/xmlparse.h
  
  Index: xmlparse.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/expat-lite/xmlparse.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xmlparse.h	2000/04/14 15:58:55	1.3
  +++ xmlparse.h	2000/04/15 00:58:18	1.4
  @@ -246,7 +246,7 @@
   3. All characters encoded must have Unicode scalar values <= 0xFFFF,
   (ie characters that would be encoded by surrogates in UTF-16
   are  not allowed).  Note that this restriction doesn't apply to
  -the built ap_pool_t n support for UTF-8 and UTF-16.
  +the built-in support for UTF-8 and UTF-16.
   
   4. No Unicode character may be encoded by more than one distinct sequence
   of bytes. */