Nov. 13, 2024
11:36 p.m.
Date: Thu, 14 Nov 2024 02:20:21 +0700 From: Robert Elz via tz <tz@iana.org> Message-ID: <8899.1731525621@jacaranda.noi.kre.to> | what incorrect thing you choose to do I should point out that by that I meant IMO, or perhaps, IMO suboptimal thing that you choose to do - this is a case where it clearly is undefined in the standard what happens (%? and similar unspecified translations) so implementations can do whatever they prefer. I believe that it is best to cause the application to fail (even calling abort() would be acceptable, though returning 0 immediately - not processing any more of the format string - is probably a better approach). kre