Open Jason-Waldrop opened 2 days ago
@martint can you confirm that this is an expected behaviour?
Converts slice to lower case code point by code point. This method does not perform perform locale-sensitive, context-sensitive, or one-to-many mappings required for some languages. Specifically, this will return incorrect results for Lithuanian, Turkish, and Azeri.
Note: Invalid UTF-8 sequences are copied directly to the output.
https://en.wikipedia.org/wiki/Sigma
Sigma: uppercase Σ, lowercase σ, lowercase in word-final position ς;
Trino does currently convert each "Σ" into a "σ" char.
this can be used as a quickfix: