* Siddhesh Poyarekar: > The C standard requires that ungetwc guarantees at least one pushback, > so put a single byte pushback buffer in the _wide_data struct to enable > that. I think it's possible to call ungetwc on an unoriented stream, so a fix will have to deal with a _wide_data allocation failure, too. Thanks, Florian