
28 Jul
2005
28 Jul
'05
6:32 p.m.
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