You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added basic implementation for NSString contentsOfURL:usedEncoding: (#893)
* Added basic implementation for NSString contentsOfURL:usedEncoding:
In NSString, for contentsOfURL:usedEncoding: checking the BOM of the received data and determinig whether encoding to be used should be UTF 16 BE
Fixed guard statement to handle nil case
Fixed indentation in test case
Updated build.py file to include test input file
Fixed Indentation in build.py
* Ensuring file size is atleasy 2 bytes and added test case for UTF 16 LE
0 commit comments