In a ldap bind call I know that you can send unicode characters by escaping "ldap_simple_bind_s(ld,"J\303\313m","secret");" now from what I see the server then reserves the memory for ascii J and then reserves memeory for unicode "\303" so on and so on, but how can I get the server to interpret the whole string as unicode? whether they have ascii or unicode characters in the string