libxml2_xmlstring.h File Reference

#include <stdapis/libxml2/libxml2_xmlstring.h>

Typedef xmlChar

typedef unsigned charxmlChar

xmlChar:

This is a basic byte in an UTF-8 encoded string. It's unsigned allowing to pinpoint case where char * are assigned to xmlChar * (possibly making serialization back impossible).