v.22.2Improvement
Fixed UTF-8 Case-Insensitive Search for Multi-Byte Characters
Fixed UTF-8 string case-insensitive search when lowercase and uppercase characters are represented by different number of bytes. Example isẞandß. This closes #7334. #33992 (Harry Lee).
Why it matters
To resolve incorrect results in case-insensitive string comparisons involving UTF-8 characters that differ in byte length between their uppercase and lowercase forms. This improves accuracy and reliability ofLIKE and other case-insensitive search operations on such characters.