K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-07-05T03:39:23.000000Z K 7 svn:log V 251 Fix two incorrect uses of sizeof: we need to divide the size of the buffer by sizeof(wchar_t) to get the number of wide characters it contains. Remove the !hardway micro-optimisation from the CT_INT case to avoid having to fix it for wide characters. END