Hello, I just would like to report an issue that IMHO is a bug in Net::LDAP:
To make sure that UTF-8 data is correctly tagged/converted to UTF-8 you have to use the raw-option in the constructor new() or the search() method. This indeed works if passing it to the constructor, but it does not work if only passing it to search(). I would expect that not using "raw" in new(), but instead passing it to search(), should activate this functionality. Shouldn't it? Thanks, Gert