stop words in locales?

Random thought:

To sort on titles correctly, you need to throw out beginning words
like “the.” Is it worth putting something in the locales to make this
easier?

<cs:term name=“stop-words”>the a</cs:term>

Bruce

Random thought:

To sort on titles correctly, you need to throw out beginning words
like “the.” Is it worth putting something in the locales to make this
easier?

<cs:term name=“stop-words”>the a</cs:term>

Sounds like a good idea. I actually have"a" and “the” hardwired into
a sort normalization function, which is definitely a bad thing.
Putting the words under locale would be very welcome.