I am trying to convert a string into uppercase using a specific character encoding, but it fails.
When I convert istanbul, it converts it into ISTANBUL. However, uppercase "i" is "İ" in Turkish. Is there any solution to this?
Demo: http://jsfiddle.net/fgZZp/
Thanks in advance,