K 10 svn:author V 3 tjr K 8 svn:date V 27 2005-07-24T12:12:44.000000Z K 7 svn:log V 175 Speed up __wcsconv() (and hence the printf() %ls format): - use wcsrtombs() instead of a wcrtomb() loop where possible. - avoid wcrtomb() loop when output precision is small. END