[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH - v3] readable error messages on non-ASCII systems

From: Greg Ames <ames.greg_at_gmail.com>
Date: Tue, 18 May 2010 18:14:00 -0400

This version hits error.c only, no new APIs. Sending as an attachment per
http://subversion.apache.org/docs/community-guide/general.html#patches

[[[ Produce readable error messages on non-ASCII systems.

* subversion/libsvn_subr/error.c:
      print_error(): convert err->message and the message prefix to UTF-8
before calling svn_cmdline_printf.
      svn_error_wrap_apr(): remove UTF-8 conversion of apr_strerror output
before storing it in err->message to avoid a double conversion
]]]

Greg

Received on 2010-05-19 00:14:29 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.