How to compare 2 UTF-8 strings case-insensitively without first converting them to UTF-16? Is there any Windows API to do this? Or any ready-made algorithm?
By case insensitive, I do not mean only
aandAbandB
but also
ꙗandꙖ
How to compare 2 UTF-8 strings case-insensitively without first converting them to UTF-16? Is there any Windows API to do this? Or any ready-made algorithm?
By case insensitive, I do not mean only
a and Ab and Bbut also
ꙗ and Ꙗ