From: Kurt D. Z. <Ku...@Op...> - 2000-05-10 13:43:26
|
At 02:20 PM 5/10/00 +0100, Graham Barr wrote: >Ah, but it is a return of the value I send. So just avoid values where >value & 0x80808080 is non-zero You could do something like: msgid += msgid & 0x80808080; But I wouldn't as this won't fix all the other hosed encodings. I prefer to get Microsoft to properly fix their products. This can be done through interoperability/certification testing programs. I'll make a point of adding appropriate tests to the Basic Interoperability Test Suite (BLITS). http://www.opengroup.org/directory/mats/blits23/blits23.htm Also, note, that I know of no LDAP SDK which attempts to workaround such issues. Kurt |