Dictionary Order, Case-sensitive
With this sort order:
- Uppercase and lowercase characters are treated as non-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:
- 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 by the order in which they appear in the character set.
For example:
A, a, à, á, â, Ä, ä, Å, å
Warning If you install a case-sensitive sort order, all entries are case-sensitive, including object names.
(c) 1988-98 Microsoft Corporation. All Rights Reserved.