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 was archived by the owner on Feb 29, 2020. It is now read-only.
In nodejs/node#3401 it's discussed that almost all fs functions assume a Unicode-supporting filesystem, specifically, that char* are in UTF-8. While this is somewhat common (and an ideal) picture, it's not universal. Consider how to work with this issue:
should libuv and/or calls to it detect the encoding and convert?
… with a fast path for environments (OS X, Windows, others?) with a known encoding