Use =20 when rfc2047 encoding spaces.
commit996e2d6ea2626f55a59e70ac7305a02ce0171814
authorKristian Høgsberg <hoegsberg@gmail.com>
Fri, 1 Jun 2007 21:08:12 +0000 (1 17:08 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 2 Jun 2007 19:00:26 +0000 (2 12:00 -0700)
tree862992d853778edeff99cb1ade8b703a7af71c7d
parentcedb8d5d33e6496cfc70493db841b3db886e8658
Use =20 when rfc2047 encoding spaces.

Encode ' ' using '=20' even though rfc2047 allows using '_' for
readability.  Unfortunately, many programs do not understand this and
just leave the underscore in place.  Using '=20' seems to work better.

[jc: with adjustment to t3901]

Signed-off-by: Kristian Høgsberg <hoegsberg@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c
t/t3901-i18n-patch.sh