Subject: Re: proposal: disable *printf %n specifier in libc in NetBSD 1.5
To: None <sommerfeld@orchard.arlington.ma.us>
From: Noriyuki Soda <soda@sra.co.jp>
List: tech-userlevel
Date: 09/12/2000 01:01:50
> that, though if/when we support gettext() and similar I18N functions
> they should perhaps do a format-equivalence sanity check.  (i.e.,
> verifying that "%s %d" is equivalent to "%2$d %1$s").

Probably you already know (but to be sure), we already have
a gettext()-equivalent function, catgets(3).
--
soda