From: Mark W. <mew...@un...> - 2000-08-18 13:03:24
|
as I understand it (I"m sure Chris or Kurt will correct me :), the 'native' string format for LDAP 3 is utf8. Many LDAP APIs use utf8 internally, but Net::LDAP isn't one of them because Perl doesn't have true, native support for utf8 yet (it's better in 5.6, but don't use 5.6, it's buggy & Net::LDAP is great bug bait for 5.6). Until then, you might have to do something like you showed below. Mark On Fri, 18 Aug 2000, Stefan Poschenrieder wrote: > Hi there, > > is there any good way to read/write into the DS > in utf8 ? > i dont wanna do it that way : > print utf8($entry->get("configattributname")); > > by the way, i am still using 0.14 .. > will the application still work when i upgrade ? > > > thanx, > stefan > > |