From: Chris R. <chr...@me...> - 2000-11-22 11:05:14
|
James Chang <Jam...@ms...> wrote: > Thanks guys, I've managed to get Utf8 characters into and out of > attributes using the Net::LDAP module as well as perform searches on it. > > I've done it the hard way comparing the unicode characters equivalent (via > Unicode::String) going in and coming out of the LDAP server (open LDAP > 2.06). > > I was primarily concerned with the base 64 encoding aspect of any > character not within the ASCII character set but from the tests I've run > so far it looks good. You don't need to base 64 encode/decode any values when using Net::LDAP, as LDAP is a binary protocol and can therefore handle arbitrary binary values. Cheers, Chris |