RE: [PATCH] readable error messages on non-ASCII systems, v2

2010-05-17 Thread Bert Huijben
> -Original Message- > From: Julian Foad [mailto:julian.f...@wandisco.com] > Sent: maandag 17 mei 2010 11:25 > To: Greg Ames > Cc: Subversion Dev > Subject: Re: [PATCH] readable error messages on non-ASCII systems, v2 > > (Cc'ing the dev@ list.) > >

Re: [PATCH] readable error messages on non-ASCII systems, v2

2010-05-17 Thread Julian Foad
(Cc'ing the dev@ list.) On Fri, 2010-05-14, Greg Ames wrote: > Fri, May 14, 2010, Julian Foad wrote: > > In an attempt both to understand and to minimize the patch: would you > > get the same result by converting 'err->message' from native encoding to > > UTF-8 and then printing it in the way that

Re: [PATCH] readable error messages on non-ASCII systems, v2

2010-05-14 Thread Julian Foad
On Wed, 2010-05-12 at 19:07 -0400, Greg Ames wrote: > This patch also produces readable error messages on z/OS by defining two new > svn_cmdline functions which take native string arguments, then calling > svn_cmdline_fprintf_asis() from print_error(), only in the path where I can > see that native

[PATCH] readable error messages on non-ASCII systems, v2

2010-05-12 Thread Greg Ames
This patch also produces readable error messages on z/OS by defining two new svn_cmdline functions which take native string arguments, then calling svn_cmdline_fprintf_asis() from print_error(), only in the path where I can see that native strings are being used. Greg Index: subversion/libsvn_sub