mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-26 22:49:27 +00:00
c921ad59d5
OS.File already only supports UTF-8 paths on non-Windows systems, so this change makes our different ways of accessing file paths consistent with each other. This should prevent unexpected crashes in glibc that expect UTF-8. This resolves #1772.