Re: Call For Votes: converting log messages to UTF-8
From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-06-04 23:39:41 CEST
=?UTF-8?B?QnJhbmtvIMSMaWJlag==?= <brane@xbc.nu> writes:
> >Nope. We don't have to do anything. The user can always do:
Not that it really addresses your complaint, but there is a neat
env LC_CTYPE=some.locale svn commit -m "log message"
i.e. just like the Bourne shell syntax but with the command name "env"
Just had to point this out, since this incredibly useful command seems
> We already have a --locale option. It was introduced so that
How (when) will the --locale option affect the locale setting? If I
svn -m 'log message' --locale zh_TW.BIG5
should this be interpreted differently from
svn --locale zh_TW.BIG5 -m 'log message'
? Environment variables are simpler because they are always set
// Marcus
---------------------------------------------------------------------
|
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.