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

Re: Default Pretty Form of DNs



> I recommend the default pretty form be the strict RFC 2253 (bis)
> with minimal escaping.  That is, only characters which require
> escaping are escaped.  If clients desire further escaping before
> presenting the DN to the user, that's there responsibility.

I modified the dn parsing/handling code to leave untouched the
UTF-8 stuff when PRETTY job is required; otherwise all non-ascii 
and the WILLESCAPE chars are escaped.

Please test.

Ando.