bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU gettext 0.22 broke non-Unicode msgids


From: Bruno Haible
Subject: Re: GNU gettext 0.22 broke non-Unicode msgids
Date: Tue, 28 Nov 2023 07:32:18 +0100

Robert Clausecker wrote:
> But it is also unfortunate that you effectively tell us that there is no
> workaround, save for migrating all msgids to ASCII or everything to UTF-8.
> Both of which are things we would rather avoid.

In fact, for Jörg Schilling's name, it's handled differently in different
places. In some places it's like this:

./cdrecord/cdrecord.c:                                                          
_("Joerg Schilling"));
./scgcheck/scgcheck.c:                                                          
_("Joerg Schilling"));
./scgcheck/scgcheck.c:                                          _("Joerg 
Schilling"));

Which, together with this piece of PO file 

  msgid "Joerg Schilling"
  msgstr "Jörg Schilling"

provides a reasonable default in case a message catalog was not found.

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]