On Tue, 24 Jan 2006, Brian Kirsch wrote:
One issue to remember, if we are sorting on the name of the user i.e. Brian Kirsch <[EMAIL PROTECTED]> then the sort order will need to be localized with PyICU.
Last year, I added a new index class called StringIndex. It understands locale and uses PyICU's collator support for comparing strings.
Similarly, I realized recently that for full text indexing's sake, LOBs (at least, if not all attributes) should also have a locale aspect so that when full text indexing (and queries) are run, an analyzer that is appropriate for the language of the locale is used to break up the text (or queries) in tokens.
Andi.. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
