Re: [PATCH 2/2] git-send-email: use locale encoding for compose

2012-10-09 Thread Krzysztof Mazur
On Tue, Oct 09, 2012 at 02:34:59PM -0700, Junio C Hamano wrote: > Krzysztof Mazur writes: > > > The introduction email (--compose option) use UTF-8 as default encoding. > > The current locale encoding is much better default value. > > > > These two patches make sense in general, but t9001.62 (--

Re: [PATCH 2/2] git-send-email: use locale encoding for compose

2012-10-09 Thread Junio C Hamano
Krzysztof Mazur writes: > The introduction email (--compose option) use UTF-8 as default encoding. > The current locale encoding is much better default value. > > Signed-off-by: Krzysztof Mazur > --- > git-send-email.perl | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > >

[PATCH 2/2] git-send-email: use locale encoding for compose

2012-10-03 Thread Krzysztof Mazur
The introduction email (--compose option) use UTF-8 as default encoding. The current locale encoding is much better default value. Signed-off-by: Krzysztof Mazur --- git-send-email.perl | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/git-send-email.perl b/git-sen