author | Jeff King <peff@peff.net> | |
Fri, 28 Mar 2008 21:29:01 +0000 (17:29 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 May 2008 20:05:10 +0000 (13:05 -0700) | ||
commit | d54eaaa268eb79a51ac11bfa8bbfb456c0b1a1fa | |
tree | 5951cb2f77b339bf1a210169bba114b007dd8416 | tree | snapshot |
parent | 0706bd19ef9b41e7519df2c73796ef93484272fd | commit | diff |
send-email: rfc2047-quote subject lines with non-ascii characters
We always use 'utf-8' as the encoding, since we currently
have no way of getting the information from the user.
This also refactors the quoting of recipient names, since
both processes can share the rfc2047 quoting code.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We always use 'utf-8' as the encoding, since we currently
have no way of getting the information from the user.
This also refactors the quoting of recipient names, since
both processes can share the rfc2047 quoting code.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl | diff | blob | history | |
t/t9001-send-email.sh | diff | blob | history |