Re: non-ASCII chars from LDAP correctly encoded in Perl

2006-01-21 Thread Peter Marschall
Changed in SVN On Saturday, 21. January 2006 00:05, Graham Barr wrote: > On Fri, January 20, 2006 1:17 pm, Peter Marschall wrote: > >> > Other ideas welcome ? > >> > Something along the lines "bitwise-identical", "one-to-one", only > >> > shorter and without "-" ;-) > >> > >> How about "byte

Re: non-ASCII chars from LDAP correctly encoded in Perl

2006-01-20 Thread Graham Barr
On Fri, January 20, 2006 1:17 pm, Peter Marschall wrote: >> > Other ideas welcome ? >> > Something along the lines "bitwise-identical", "one-to-one", only >> > shorter and without "-" ;-) >> >> How about "bytes" or "raw"? > > I like "raw" ;-) Yes, so do I. Graham.

Re: non-ASCII chars from LDAP correctly encoded in Perl

2006-01-20 Thread Peter Marschall
Hi, On Friday, 20. January 2006 17:31, Chris Ridd wrote: > On 20/1/06 4:13, Peter Marschall <[EMAIL PROTECTED]> wrote: > > On Friday, 20. January 2006 15:00, Chris Ridd wrote: > >> On 20/1/06 1:49, Peter Marschall <[EMAIL PROTECTED]> wrote: > >>> as announced in my post from 28. October (see below

Re: non-ASCII chars from LDAP correctly encoded in Perl

2006-01-20 Thread Chris Ridd
On 20/1/06 4:13, Peter Marschall <[EMAIL PROTECTED]> wrote: > Hi, > > On Friday, 20. January 2006 15:00, Chris Ridd wrote: >> On 20/1/06 1:49, Peter Marschall <[EMAIL PROTECTED]> wrote: >>> as announced in my post from 28. October (see below) I have committed >>> a patch to perl-ldap's SVN that a

Re: non-ASCII chars from LDAP correctly encoded in Perl

2006-01-20 Thread Peter Marschall
Hi, On Friday, 20. January 2006 15:00, Chris Ridd wrote: > On 20/1/06 1:49, Peter Marschall <[EMAIL PROTECTED]> wrote: > > as announced in my post from 28. October (see below) I have committed > > a patch to perl-ldap's SVN that allows to get attribute values from LDAP > > directories and LDIF fil

Re: non-ASCII chars from LDAP correctly encoded in Perl

2006-01-20 Thread Chris Ridd
On 20/1/06 1:49, Peter Marschall <[EMAIL PROTECTED]> wrote: > Hi list, > > as announced in my post from 28. October (see below) I have committed > a patch to perl-ldap's SVN that allows to get attribute values from LDAP > directories and LDIF files correctly encoded as Perl strings. > > This is

Re: non-ASCII chars from LDAP correctly encoded in Perl

2006-01-20 Thread Peter Marschall
Hi list, as announced in my post from 28. October (see below) I have committed a patch to perl-ldap's SVN that allows to get attribute values from LDAP directories and LDIF files correctly encoded as Perl strings. This is especially interesting for people who have strings with non-ASCII values in

non-ASCII chars from LDAP correctly encoded in Perl

2005-10-28 Thread Peter Marschall
Hi list, hi gurus (Graham & Chris ;-), I am trying to get non-ACII characters in attributes/objects that I get back from directories using Net::LDAP correctly encoded in Perl-unicode (I.e. so that uc("Hägar") results in "HÄGAR" and not in "HäGAR" or even errors) Unfortunately I have not found an