The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: perl.ldap
From: pe...@peknet.com (Peter Karman)
Date: Thu, 14 Oct 2010 14:07:38 -0500
Local: Thurs, Oct 14 2010 3:07 pm
Subject: Re: [Net::LDAP] Converting from UTF-8 to ASCII for gecos field.
Prentice Bisbal wrote on 10/14/10 1:47 PM:
> Greetings. use Search::Tools::Transliterate; > Can anyone suggest a good way of converting a string from UTF-8 to IA5 > my $gecos = encode('ascii', $cn); > Turns it into this ugly mess: > gecos: ?r?? C?rtm?n > Anyone know of any decent perl functions that could turn it into my $ascifier = Search::Tools::Transliterate->new( ebit => 0 ); my $gecos = $ascifier->convert($gecos); -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||