[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Characters non-ascii



On Tue, 2003-01-14 at 07:58, Jon Roberts wrote:
> Isabel Falantes wrote:
> 
> Then, when you add the data via ldif, you need to use the double colon 
> convention, like:
> 
> cn:: IGJlZ2lucyB3aXRoIGEgc3BhY2U=

That is correct.  For the record, PHP can do this in a one-liner:

$encoded_str = base64_encode( $str );

--Dave