Dictionary Order, Case-sensitive
With this sort order, characters are compared according to the following rules:
-
Uppercase and lowercase characters are treated as not equivalent.
-
Characters with diacritical marks are treated as different from all other characters (including their corresponding uppercase or lowercase characters).
For example:
A ¹ a
Ä ¹ ä
Å ¹ å
a ¹ à ¹ á ¹ â ¹ ä ¹ å
A ¹ Ä ¹ Å
Jose ¹ jose
Jose ¹ José
With this sort order, characters are compared according to the following rules:
-
Uppercase characters are sorted before their corresponding lowercase characters.
-
Uppercase characters with diacritical marks are sorted before their corresponding lowercase characters.
-
Characters with diacritical marks are sorted after characters without diacritical marks.
-
Characters with diacritical marks are sorted in the order they appear in the character set.
For example:
A, a, à, á, â, Ä, ä, Å, å