[Expat-CVS] expat/lib expat.h,1.35,1.36
Karl Waclawek
kwaclaw@users.sourceforge.net
Mon Aug 26 10:56:06 2002
Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv19698
Modified Files:
expat.h
Log Message:
Small documentation fix for default handler.
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- expat.h 26 Aug 2002 17:19:41 -0000 1.35
+++ expat.h 26 Aug 2002 17:55:27 -0000 1.36
@@ -236,8 +236,8 @@
(comments, markup declarations), or characters that are part of a
construct which could be reported but for which no handler has been
supplied. The characters are passed exactly as they were in the XML
- document except that they will be encoded in UTF-8. Line
- boundaries are not normalized. Note that a byte order mark
+ document except that they will be encoded in UTF-8 or UTF-16.
+ Line boundaries are not normalized. Note that a byte order mark
character is not passed to the default handler. There are no
guarantees about how characters are divided between calls to the
default handler: for example, a comment might be split between