To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65920
------- Additional comments from [EMAIL PROTECTED] Thu Jun 1 07:42:20 -0700
2006 -------
My last try for ustring.hxx: ;-)
inline std::ostream & operator<< ( std::ostream & rStream,
const ::rtl::OUString & rString )
{
rStream << rtl::OUStringToOString( rString,
RTL_TEXTENCODING_UTF8 ).getStr();
return rStream;
}
No macros, safe, ... & easy to use as well...
cout << "The string: " << aString << endl;
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]