blob: 7be06401e4161d42e0eba9d34c5cbd301785d141 [file] [log] [blame]
On Android, operating system data is now always encoded/decoded to/from
UTF-8, instead of the locale encoding to avoid inconsistencies with
os.fsencode() and os.fsdecode() which are already using UTF-8.