On Thu, 18 Oct 2001, Mike Nordell wrote: > "%s" format specification would be redundant, we already can concatenate > strings into UT_String. "%f" would be unusable since it would require the > process-wide C library locale (not to be confused with the "C" locale :-) ) > to be used.
Well, first of all it is sometimes useful to mix and match %s and %d. But it's also true that we use the C locale when we write, e.g. .abw files in our filters and stuff, and other internally-visible strings. pat
