I have a problem doing this since I need to sort it in this way:
Before:
{aAbB, abBA, AaBb}
After:
{AaBb, aAbB, abBA}
The idea is sorting a uppercase letter right before it's lowercase version, and that with every letter. I'm actually using a Collator for Spanish (problems with the 'ñ') and set it's strength to PRIMARY so I can compare if two words are equal not having care of capital letters.