28#define UNICODE_BOM_BE 0xFEFF
29#define UNICODE_BOM UNICODE_BOM_BE
30#define UNICODE_BOM_LE 0xFFFE
31#define UNICODE_BOM_UTF8 0xEFBBBF
#define TY_PRIVATE
Definition forward.h:29
#define TY_(str)
Definition forward.h:23
This type defines an output destination capable of accepting raw bytes of output.
Definition tidy.h:1129
Treat buffer as a stream that Tidy can use for I/O operations.