From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26849 invoked by alias); 19 May 2010 10:35:08 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27956 Received: (qmail 26945 invoked from network); 19 May 2010 10:35:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=oZuWteN20zfQmsiNBcPJH9Sf8NwduOmxyxOVMzXt2IM=; b=soNgisU74SZOPk+lbeXomVI1neHMg+3BQ4183ditKXnKbzFORwvdJx8iRK49HSDdYq iJikfGCbhjDB5BX+CAV9VEG+rOlkwREnXvxOp24rH306cZIKwZWEbOHxaoa8puhpi3Vs q1siJY5tVvIDFh+CJOuStLZHId4yqKUkkc2Sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Mi/+agLKDDgqdCkk7YLw6i43Giusj3boA67TPPioabfseF4NN43oOw5R/PmwrTCQFY cC+ivXDi2loyH/sSIfATbRiXkmqv+/P1BhkH/moRee2qV8fkB3u3tugOTLcVa5wfOHmT mfey6gkXKmA/oRaNcrQWm3lbVtNc5ppQqhYbE= MIME-Version: 1.0 In-Reply-To: <8739yjoc84.fsf@ft.bewatermyfriend.org> References: <20100424234017.776ae0ea@coriolan> <87aassncyk.fsf@ft.bewatermyfriend.org> <20100425131944.GA55789@redoubt.spodhuis.org> <8739yjoc84.fsf@ft.bewatermyfriend.org> Date: Wed, 19 May 2010 12:07:14 +0200 Message-ID: Subject: Re: vcs_info and locales From: Richard Hartmann To: Frank Terbeck Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Sun, Apr 25, 2010 at 16:09, Frank Terbeck wrote: > Probably true. Although, I'd expect programs you can use for scripting > to use untempered byte sequences. But then, where is the boundary for > programs that are used for scripting and pure user-interface programs... > `svn info' is probably a pretty blurry example already. While fixing locales is a viable workaround, the root cause is that svn is not able to present its information in a machine-readable way. Would it be worthwhile to try and lobby svn etc to support something like --output text; --output xml (yah, yah, I know) etc? Everything else feels like a kludge. Richard PS: I seem to remember that one or two VCS have something like this, but that is _very_ dim.