Hi,
Any ideas for converting character “ı” to uppercase ?
When I make it uppercase with toUpper, it stays as “ı” instead of “I”.
Output:
Similar problem with the character “i”, it becomes “I” instead of “İ”.
Is there any way to mention the language when changing to uppercase/lowercase like in CSS tags:
<html lang=”en”>
Thanks in advance.