mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
Small documentation fix for default handler.
This commit is contained in:
parent
7f88e00a8e
commit
46feda26da
2 changed files with 3 additions and 3 deletions
|
@ -932,7 +932,7 @@ otherwise be handled. This includes both data for which no handlers
|
|||
can be set (like some kinds of DTD declarations) and data which could
|
||||
be reported but which currently has no handler set. The characters
|
||||
are passed exactly as they were present in the XML document except
|
||||
that they will be encoded in UTF-8. Line boundaries are not
|
||||
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
|
||||
|
|
|
@ -236,8 +236,8 @@ typedef void (*XML_EndCdataSectionHandler)(void *userData);
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue