
4 Mar
2008
4 Mar
'08
1:11 p.m.
On Tue, Mar 04, 2008 at 02:05:03PM +0100, Loïc Joly wrote:
Even a str() function would seem bad, unless it has a parameter that states in which encoding the resulting string is desired. A conversion from/to std::wstring would seem more useful in most cases.
Why do you require a specific encoding for std::string but none for std::wstring? Jens