I need to compare strings containing Turkish characters (üğşıçö). Unfortunately, culture settings do not satisfy my needs. I have to broaden the rules to make it more flexible. Program should recognize the following:
- S = Ş = s = ş
- G = Ğ = g = ğ
- O = Ö = o = ö
- C = Ç = c = ç
- U = Ü = u = ü
- I = İ = ı = i
So users could input in standard English keyboard. How can I achieve this?