On 02/12/2012 05:03 AM, Eli Zaretskii wrote: >> Date: Sun, 12 Feb 2012 02:04:47 +0100 >> From: Sebastian Pipping <sebast...@pipping.org> >> Cc: bug-make@gnu.org >> >> with v5 [1] of the color patch we have moved into a situation where a >> choice needs to be made: >> >> - either we require/bundle/re-write CRT function vsnprintf or >> >> - we sacrifice the ability to translate the order of message >> components (i.e. _("%s:%lu: %s%s%s%s") and two friends) >> >> Please let me know how to proceed. > > What exactly is the problem you are trying to solve? > > (Apologies if this was already written somewhere.)
So far both of these have been requirements: (1) keep the overall format translatable so other languages can adjust order of elements and (2) use C89 functions, only. It seems that (1) requires function vsnprintf which violates (2). That's we need to make a choice. Best, Sebastian _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make