View Message

[Test] For Mike
On my main PNL I write names in Cyrillic in note section so I can alphabetise them by my native alphabet.
I recently started using only Ukrainian there.
Why doesn't system recognise г and ґ as different letter?

Replies

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.