To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=29615
------- Additional comments from [EMAIL PROTECTED] Sat Jan 15 19:18:17 -0800 2005 ------- I have tried "#define sal_Unicode wchar_t". It seems to work well with WIN32APIs. I had to patch several headers including a jsdk header but it seems to be less work than "#define sal_Unicode wchar_t". One critical issue is expat. Expat has a compile definition flag to switch XML characters among char, unsigned short and wchar_t. The latter two are for unicode characters but if we choose wchar_t, logging character, which normally is char type, also defined to be wchar_t type and source comment says that it would be encoded in UTF-16. To avoid complicated situation, I am choosing to define unicode xml character as unsinged short and get compromised with "reinterpret_cast". ToDo: Split unicows thunking code out of ResolveThunk.cpp Takashi Ono (tono) --------------------------------------------------------------------- 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]
