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
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.
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
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
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
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
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
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