joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 770 forks source link

Set English locale for toLowerCase methods to fix #573 dotless i problem #799

Open eczmustafa opened 1 year ago

eczmustafa commented 1 year ago

Fix for the problem regarding dotless i. #573

Users are not able to make requests on Turkish Android systems. Because toLowerCase function converts upper cased "I" letter to a lower cased dotless "ı" instead of i with dot.

i.e.: toLowerCase() function returns "ıf-none-match" with dotless i for "If-None-Match".

toLowerCase(httpHeaderLocale) should convert correctly.