]> git.tdb.fi Git - ext/subsurface.git/commit
We can't save escape characters.
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 03:28:17 +0000 (20:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 03:28:17 +0000 (20:28 -0700)
commitbafc7e771ed3f7cfa2589772a7ab66821c0bab75
tree8ae8626d7aba42c421a63c15b3064ee13be104bf
parent22fcef2ec7fd1efd3d1df2aba2b7b3af5d463288
We can't save escape characters.

I think it should be legal xml, but whatever.  libxml2 is very unhappy,
and complains when loading - even if I escape them.  So let's just
replace the low escape characters with '?'.

The only thing to ever care was my test-case, I suspect.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
save-xml.c