3

I'm trying to learn Android Studio (v. 3.6.3). I am setting the attribute textAllCaps to true in the XML code source forTextView, as follows:

"android:text="@string/quantity"
"android:textAllCaps="true"

However, on the screen, the word "Quantity" is capitalized incorrectly as "QUANTİTY" (the uppercase i is dotted).

The letter "İ" (dotted uppercase i, Unicode U+0130), is used in Turkish, not in English. The language for the app is English.

I could not figure this out. Do you know any solution for this?

Sabuncu
  • 4,529
  • 4
  • 37
  • 75
Lis
  • 39
  • 4
  • 1
    Have you looked at the following question? https://stackoverflow.com/questions/11063102/using-locales-with-javas-tolowercase-and-touppercase – Sabuncu May 26 '20 at 12:41

0 Answers0