You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2004/05/16 19:32:33 UTC

[PATCH] Fix encoding of error strings from Neon

Hi,

This makes svn_ra_dav__convert_error() convert the error message (and
hostname) from Neon into UTF-8.

I'm not sure about what to do if the conversion to UTF-8 fails. Right now,
I fail with the conversion error. This migth not be the best, since the
user is probably better served by getting the Neon error. But in which
encoding?