mirror of
https://github.com/Mikaela/Limnoria.git
synced 2026-04-26 02:28:29 +02:00
With some locale configurations (not that uncommon on CentOS), open() may default to non-UTF8 encodings (eg. ANSI_X3.4-1968). This is usually not an issue, because we use open() both for writing and reading. However, AtomicFile implicitly enforces UTF8; which needs to be mirrored when reading.