From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-07-28 13:32:32


Robert Ramey wrote:

> I have found that stringstream doesn't generally handle code_cvt
> facets and locales as I would expect. In my limiited testing with
> them it seemed to just ignore locale issues. I don't know if this is
> peculiar to the the library implementation I was using or if its a
> universal thing. Anyway - My confidence in using stringstream for
> testing was shaken and I invested
> effort in deleting temporary files.

The only standard streams which use codecvts are the file streams.

Jonathan