Hi all, I've been surfing around and found lot's of questions like this but no answers.
I've read a UTF8 string out of an LDAP database and Perl thinks it's just a normal string with each character in 1 byte (i.e. 10 chars long, instead of the actual 5 characters).
I give up ... how do I tell Perl to recognise it as utf8 (I'm using Perl 5.60)?
Thanks folks!