On Nov 11, 2006, at 2:37 AM, Chris Ridd wrote:
Good point. The LDIF spec's got this text, BTW:---discarded. Implementations SHOULD NOT fold lines in the middleof a multi-byte UTF-8 character. --- Does _wrap do that correctly?
Hm, yes and no._wrap does no special treatment for them, but the code prior that decides whether to b64 encode the values would b64 encode them. So _wrap would never see multi-byte characters.
Graham.