Ignore:
Timestamp:
Aug 12, 2001, 5:34:51 PM (24 years ago)
Author:
umoeller
Message:

XML updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/xmldefs.c

    r63 r97  
    547547 *
    548548 *      All XML processors must be able to read @entities in either
    549  *      UTF-8 or UTF-16. See XML_SetUnknownEncodingHandler for additional
    550  *      encodings directly supported by @expat.
     549 *      UTF-8 or UTF-16. @expat directly supports the following
     550 *      (see XML_SetUnknownEncodingHandler):
     551 *
     552 *      --   UTF-8: 8-bit encoding of Unicode.
     553 *
     554 *      --   UTF-16: 16-bit encoding of Unicode.
     555 *
     556 *      --   ISO-8859-1: that's "latin 1".
     557 *
     558 *      --   US-ASCII.
    551559 *
    552560 *      Entities encoded in UTF-16 must begin with the ZERO WIDTH NO-BREAK
Note: See TracChangeset for help on using the changeset viewer.