Skip to content

xml-backend: Escape whitespaces when writing file to disk

Gaël Bonithon requested to merge Tamaranch/xfconf:fix-markup-escape into master

An old bug that has surprisingly never been reported. As stated in the g_markup_escape_text() documentation, white spaces are not escaped, whereas GMarkupParser expects them to be escaped on reading (otherwise they are replaced by a space).

Related: https://gitlab.gnome.org/GNOME/glib/-/issues/2080

Merge request reports