The contents of last week's LDAP internationalization meeting has been posted here: <http://www.mozilla.org/mailnews/meetings/index.html>. Additionally, some minor interface changes are coming. One batch, in http://bugzilla.mozilla.org/show_bug.cgi?id=70658 removes a number of methods that shouldn't really have been public anyway. Those methods are all the non-scriptable ones as well as nsILDAPChannel::*PendingOperation(). These methods were already all commented in the IDL as being for internal use only, so I don't expect anyone will be using them. http://bugzilla.mozilla.org/show_bug.cgi?id=71247 is a bug I just filed to replace all the XPIDL string stuff in the LDAP XPCOM SDK with wstrings so that there's no dataloss during character conversion. Dan