K 10 svn:author V 3 tjr K 8 svn:date V 27 2004-05-17T12:32:40.000000Z K 7 svn:log V 275 Use conversion state objects to store the accumulated wide character, low bound, and the number of bytes remaining instead of storing the raw byte sequence and deriving them every time mbrtowc() is called. This is much faster -- about twice as fast in some crude benchmarks. END