Re: [PATCH] set locale to avoid xgettext error

2024-10-24 Thread Matteo Croce
Il giorno gio 24 ott 2024 alle ore 22:03 Collin Funk ha scritto: > > Hi, > > "Sergey Poznyakoff" writes: > > > Matteo Croce ha escrit: > > > >> I see that in this commit, you removed a non-ASCII character from a > >> comment. > >> That was triggering the same build failure I'm experiencing with

Re: [PATCH] set locale to avoid xgettext error

2024-10-24 Thread Collin Funk
Hi, "Sergey Poznyakoff" writes: > Matteo Croce ha escrit: > >> I see that in this commit, you removed a non-ASCII character from a comment. >> That was triggering the same build failure I'm experiencing with the >> word "comprobación". >> What is the rule here, remove the non ANSII characters,

Re: [PATCH] set locale to avoid xgettext error

2024-10-24 Thread Sergey Poznyakoff
Matteo Croce ha escrit: > I see that in this commit, you removed a non-ASCII character from a comment. > That was triggering the same build failure I'm experiencing with the > word "comprobación". > What is the rule here, remove the non ANSII characters, or we can set > the encoding to utf8? The

Re: [PATCH] set locale to avoid xgettext error

2024-10-24 Thread Matteo Croce
Il giorno mar 22 ott 2024 alle ore 13:05 Matteo Croce ha scritto: > > From: Matteo Croce > > The source file src/checkpoint.c contains a comment with a non ASCII > character, i.e. the Spanish word "comprobación". > This makes xgettext fail with the following error: > > /usr/bin/xgettext: Non-

[PATCH] set locale to avoid xgettext error

2024-10-22 Thread Matteo Croce
From: Matteo Croce The source file src/checkpoint.c contains a comment with a non ASCII character, i.e. the Spanish word "comprobación". This makes xgettext fail with the following error: /usr/bin/xgettext: Non-ASCII comment at or before src/checkpoint.c:251. Please sp