Would anyone object to a Windows only cast operator for LPCWSTR ßà UString? Benefits include:
1. You can use a LPCWSTR where a UString is expected 2. You can use a UString where a LPCWSTR is expected 3. The community can slowly develop a superfast method of converting between the two 4. Something similar can be done for WebCore::String, so that Windows developers get the same benefit OS X developers get (cast operators to and from the native Unicode string format) Thanks, Justin Haygood
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

