aws-sdk-android
aws-sdk-android copied to clipboard
Please encode LICENSE.APACHE.txt in UTF-8
Describe the bug
The file LICENSE.APACHE.txt contains characters that are incompatible with UTF-8. This appears to be because the file is currently encoded in Windows-1252. Since this project is used globally, encoding the file in UTF-8 would be more considerate and accessible to users outside of Europe, compared to using Windows-1252.
To Reproduce
Open LICENSE.APACHE.txt in a UTF-8 environment.
Which AWS service(s) are affected?
None.
Expected behavior
LICENSE.APACHE.txt should display correctly without garbled characters in UTF-8 environments.
Screenshots
LICENSE.APACHE.txt as UTF-8 encoded.
Thank you for report. I'll look to update formatting