Nuno Canas wrote: > It sounds like you need to change the language used for collation.
The MDC was working on a way to apply NLS to sorts-after and pattern-match. > I don't want to change the Globals sort order but it should > meet my application/browser/anything preferences. As for $order()/$query(), that's asking quite a bit if you want collation changed on the fly. > The Globals is the way Cache stores data (I don't need to "Know" that) I > just want to know how to retreive it the way I need. I think you have to store it the way you want to retrieve it. Simply build another index in a global with the collation sequence you want. It's not much different from any other index you might make such as case-blind, strict ASCII, etc.
