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

Re: normalised UTF-8, should it be "decomposed", or "composed"?



On Wed, Feb 20, 2002 at 04:30:43PM -0800, Howard Chu wrote:
> One more thing - slapd always normalizes the asserted value
> before performing a match. Both caseExactMatch and caseIgnoreMatch
> currently uses UTF8normcmp, which normalizes both of its input strings.
> We should have a function for this case, where one input is already
> normalized, to avoid that additional overhead.

Yep, I know. I'll fix this as well pretty soon. I didn't do these
optimizations when I wrote the original code. I didn't have time,
and hoped for possible problems to surface before I did more.

Stig