Re: [PATCH] get_maintainer: Extend matched name characters in maintainers_in_file()

From: Martin Povišer
Date: Fri Sep 16 2022 - 11:51:29 EST



> On 16. 9. 2022, at 10:47, Janne Grunau <j@xxxxxxxxxx> wrote:
>
> Extend the regexp matching name characters to cover Unicode blocks Latin
> Extended-A and Extended-B.
> Fixes 'scripts/get_maintainer.pl -f' for
> 'Documentation/devicetree/bindings/clock/apple,nco.yaml'.
>
> Signed-off-by: Janne Grunau <j@xxxxxxxxxx>

Applauded-and-tested-by: Martin Povišer <povik+lin@xxxxxxxxxxx>

On behalf of those not wanting to mangle our names to appease software,
let me thank you.

> This still excludes Greek and Cyrilic characters which should be
> expected in names as well. I tried to use '\p{L}' to match all Unicode
> letters but couldn't get it to work. Feel free understand this as bug
> report with an incomplete fix.
>
> best regards,
> Janne