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

Re: ITS#1998, zero-length attr vals



At 08:29 PM 2002-08-05, Kurt D. Zeilenga wrote:
>BTW, we need to do some work in the string preparation
>area.  One approach is to do away with UTF8StringNormalize
>and put all the string preparation (excepting transcoding)
>into UTF8bvnormalize.  Presently we're removing extra
>spaces (U+0020) before we've done mapping... which means
>we might still have extra spaces.

Forget what I said about numericString and telephoneNumber
in my last post.

We basically just need to add insignificant space handling
and other case ignore/exact preparation needs to UTF8bvnormalize.

Kurt