Type Definition libxml::bindings::xmlChar [−][src]
type xmlChar = c_uchar;
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).