To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61729
User jb changed the following: What |Old value |New value ================================================================================ Ever confirmed| |1 -------------------------------------------------------------------------------- Status|UNCONFIRMED |NEW -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Tue Feb 7 07:46:58 -0800 2006 ------- This is broken in extensions/source/config/ldap/ldapuserprof.cxx In function LdapUserProfileMap::ldapToUserProfile, change aProfile.mProfile [i].mValue = rtl::OStringToOUString( *values, RTL_TEXTENCODING_ASCII_US); to use RTL_TEXTENCODING_UTF8. The LDAP "string" attribute type, which ought to be used for all relevant attributes even in custom mappings, is defined as being utf-8 encoded, so this fix should be generally valid. --------------------------------------------------------------------- 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]