Subj : Re: SpiderMonkey: JS_InitStandardClasses allways fails To : netscape.public.mozilla.jseng From : =?ISO-8859-1?Q?Georg_Maa=DF?= Date : Wed May 14 2003 08:43 am Brendan Eich wrote: > You are defining a type system with ambiguities. Why not always use > wstring? Because most system stuff needs char*, which I can generate from std::string, but there is nothing to convert from std::wstring to char* or std::string. This cause me to use std::string not std::wstring. .