-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
Description
In Turkish, there are two I (dotless: ı, I and dotted: i, İ) Every time on Android after uppercase with CultureInfo an i, I get an I. On iOS everything works correctly.


Steps to Reproduce
- Create string with "I" in it like in example "indigo"
- Use method to upper case with Turkish CultureInfo (str1.ToUpper(new CultureInfo("tr-TR", false))
- result is INDIGO instead İNDİGO
Link to public reproduction project repository
Version with bug
8.0.21 SR4.1
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 14, Android 13
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable