Re: git-am fails for emails with UTF8 characters in email header

2019-09-13 Thread brian m. carlson
On 2019-09-13 at 20:07:24, Siddharth Chandrasekaran wrote: > Hi Junio, > > My email server (zoho) puts leading UTF-8 non-breaking spaces ("\xC2\xA0") > when folding long mail headers. Due to this, git-am is failing as it expects > only '\t' or ' ' characters. > > RFC2822 [1] on page 7 states: >

git-am fails for emails with UTF8 characters in email header

2019-09-13 Thread Siddharth Chandrasekaran
Hi Junio, My email server (zoho) puts leading UTF-8 non-breaking spaces ("\xC2\xA0") when folding long mail headers. Due to this, git-am is failing as it expects only '\t' or ' ' characters. RFC2822 [1] on page 7 states: > The general rule is that wherever this standard allows for folding white