Paolo Carlini wrote: > What happens is that mbsrtowcs returns (size_t) -1 for the given > __ccurr (*__ccurr = \224) An additional bit of information: it looks like, generally, mbsrtowcs cannot deal correctly with values of the source chars beyond \177 (127 decimal). Thanks again, Paolo.