[Test] Re: For Mike
in reply to a message by Anya Mel’nik or Mel’nyk
I'm using a basic natural language sort for this column. Because the default locale is English, there is minimal support for non-Latin characters. The database is likely considering г and ґ as equivalent when it collates. I could use a binary sort, but this would be case-sensitive so all the lowercase letters would come before the uppercase letters. I don't think we want this.