Commits not appearing in bugzilla
Mark Wielaard
mark@klomp.org
Sun Feb 16 15:29:13 GMT 2025
Hi Thomas, Hi Arsen,
On Sun, Feb 16, 2025 at 01:35:05PM +0100, Arsen Arsenović via Gcc wrote:
> Thomas Koenig via Gcc <gcc@gcc.gnu.org> writes:
>
> > (Incidentally, the mailing system messes up the UTF-8 represntation
> > of my last name, König, maybe that is somehing to do with it).
>
> IIRC my commits were failing to go through due to the presence of a "ć"
> in my /etc/passwd entry on Sourceware. This might be the same thing.
>
> I don't know why it is an issue, though.
That might indeed be the issue. I believe the hook uses a
python getent wrapper to retrieve the user name, which doesn't
understand the encoding used.
For now I replaced Thomas last name with just "Koenig". Hope that
resolve the issue. It is a little embarrassing we still don't properly
handle non-ascii encodings correctly.
Apologies,
Mark
More information about the Gcc
mailing list