Subject | Re: [ib-support] CHARSET/COLLATES and Portuguese |
---|---|
Author | Ann W. Harrison |
Post date | 2001-03-05T16:56:51Z |
At 01:43 PM 3/5/2001 -0300, Carlos H. Cantu wrote:
representations of characters (as I am) your keys will be
the same size as your strings. Each feature you add (J & j
sorting near each other, accents, special space characters) adds
something. Case adds one bit per character, rounded to the
nearest byte. Accents add more.
Regards,
Ann
www.ibphoenix.com
We have answers.
>AWH> Despite my absolute ignorance of Portuguese, I can suggest that youDave Schnepper's site: www.brookstonesystems.com.
>AWH> (or someone) could take one of the current collation modules an make
>AWH> what you want.
>
>In true I was guessing that I would have to that :-( Anyway, is there a
>good source of documentation about mounting my own collation ?
>AWH> You could certainly define a collation sequence that usesWell, if you were satisfied with a collation based on binary
>AWH> fewer bytes if you were prepared to sacrifice some behavior.
>
>Ann, can you exemplify some of the sacrificied behaviors ?
representations of characters (as I am) your keys will be
the same size as your strings. Each feature you add (J & j
sorting near each other, accents, special space characters) adds
something. Case adds one bit per character, rounded to the
nearest byte. Accents add more.
Regards,
Ann
www.ibphoenix.com
We have answers.