K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-11-04T11:05:55.000000Z K 7 svn:log V 346 Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed mbstate_t object that they ignore. The zeroing is fairly expensive, and it will never be necessary in these functions; when we support state-dependent encodings, we will pass in a pointer to the file's mbstate_t object, and only zero it at the time the file gets opened. END