I work with some xml files which have UTF-8 characters like ©, ë but they are converted to their image counterparts i.e. ©, ë, whenever I use XDocument to modify the file and also the self-closing nodes e.x. <a type=”box”/> become <a type=”box” /> i.e. an extra whitespace is added to the node, but IRead more