Files
micropython/lib
Matthias Blankertz 6ef3980243 oofatfs: Set API encoding to UTF-8
Since micropython uses a utf-8 string encoding, the FAT long file names
(represented as UCS-2 on disk) should be encoded as UTF-8 on the API.

This fixes the problem that files on VFAT that have umlauts in their
file names are not shown correctly on the micropython side.

Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
2025-12-20 21:24:38 +01:00
..
2023-06-14 19:23:27 +10:00
2020-05-15 15:06:02 +10:00

This directory contains third-party, low-level C libraries and SDKs. Libraries that do not target any specific platform are generally chosen based on them being independent and efficient.