K 10 svn:author V 3 tjr K 8 svn:date V 27 2004-05-22T15:19:41.000000Z K 7 svn:log V 370 Associate a multibyte conversion state object with each stream. Reset it to the initial state when a stream is opened or seeked upon. Use the stream's conversion state object instead of a freshly-zeroed one in fgetwc(), fputwc() and ungetwc(). This is only a performance improvement for now, but it would also be required in order to support state-dependent encodings. END