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 2005/10/21 12:58:19 UTC

Encoding of hok error output

Hi,

I'm experimenting with the error output from hook scripts and discovered
that the parent process expects the output to be in UTF8, not the native
encoding of the system. I don't think this makes sense given that we
assume native encoding everywhere else (with a few exceptions). Still,
changing the "format" of expected input might cause problems, of course.

Anyone objects if I change it so that error output is expected to be in
the native encoding?

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Encoding of hok error output

Posted by Julian Foad <ju...@btopenworld.com>.
Peter N. Lundblad wrote:
> 
> I'm experimenting with the error output from hook scripts and discovered
> that the parent process expects the output to be in UTF8, not the native
> encoding of the system. I don't think this makes sense given that we
> assume native encoding everywhere else (with a few exceptions). Still,
> changing the "format" of expected input might cause problems, of course.
> 
> Anyone objects if I change it so that error output is expected to be in
> the native encoding?

That sounds perfectly sensible to me.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org