K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-13T19:45:41.000000Z K 7 svn:log V 385 Respect locale while handling of \' flag. In original version grouping was hardcoded. It assumed that thousands separator should be inserted to separate each 3 numbers. I.e. grouping string "\003" was assumed for all cases. In correct case (per POSIX) vfprintf should respect locale defined non-monetary (LC_NUMERIC category) grouping sequence. Also simplify thousands_sep handling. END