]> git.saurik.com Git - wxWidgets.git/commit
just return false instead of crashing if the document contents can't be converted...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Oct 2008 16:13:53 +0000 (16:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Oct 2008 16:13:53 +0000 (16:13 +0000)
commite767076e80df6db956bb44482594fea014e685c1
tree7a5c0350ccdee6f0757cf101854224bb0e60021f
parentddf01bdb960d3575c6f10ada189290bb6e09758d
just return false instead of crashing if the document contents can't be converted to the target encoding (#10064)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/xml/xml.cpp
tests/xml/xmltest.cpp