Re: [cocci] [PATCH] coccinelle: update Coccinelle URL

From: Akira Yokosawa

Date: Tue Mar 10 2026 - 06:43:07 EST


[removed most CCs]

Hi Julia,

> On Tue, 10 Mar 2026, Julia Lawall wrote:
>
>> The LIP6 URL no longer functions.
>>
>> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>
>>
>> ---
>>
>> I used the UTF-8 encoding for the email.
>> Let me know if this was not the right choice.
>
> OK, this doesn't look good. Sorry for the noise. What is the proper
> encoding?

Encoding itself looks good, but your patch has this in its header:

MIME-Version: 1.0
Content-Type: text/plain; charset=y
Content-Transfer-Encoding: 8bit

, which should look like:

MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Didn't you say "y" to git-send-email's prompt of ...[UTF-8] ?

Thanks, Akira

>
> thanks,
> julia