Mike, I am not sure why 5 was picked:( This is what we did for national datatypes and I just picked it from there. Is it causing a problem?
Mamta On 5/25/07, Mike Matrigali <[EMAIL PROTECTED]> wrote:
Why is 5 a good magic number in the following comment, is there some guarantee 5 more is always enough?: /* Believe it or not, a String might have more * collation elements than characters. * So, we handle that case by increasing the int array * by 5 and copying array elements. */
