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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
AndroidFileSystem uses Locale.getDefault() for lowercasing file extensions. Wouldn't this generate different results on different locales? Should modernstorage use Locale.ENGLISH instead?
AndroidFileSystem
usesLocale.getDefault()
for lowercasing file extensions. Wouldn't this generate different results on different locales? Shouldmodernstorage
useLocale.ENGLISH
instead?modernstorage/storage/src/main/java/com/google/modernstorage/storage/AndroidFileSystem.kt
Line 206 in 74ffdae
The text was updated successfully, but these errors were encountered: