From 4772d44087a543c662864fd58b0a004d30618cc5 Mon Sep 17 00:00:00 2001 From: hitesh Date: Sat, 11 Aug 2018 00:01:09 +0530 Subject: [PATCH] win,doc: path encoding in uv_fs_XX is UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://github.com/libuv/libuv/issues/1554 PR-URL: https://github.com/libuv/libuv/pull/1943 Reviewed-By: Bartosz Sosnowski Reviewed-By: Colin Ihrig Reviewed-By: Refael Ackermann Reviewed-By: Saúl Ibarra Corretgé --- docs/src/fs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/fs.rst b/docs/src/fs.rst index fcf70a35a..af97ec3a6 100644 --- a/docs/src/fs.rst +++ b/docs/src/fs.rst @@ -12,6 +12,8 @@ otherwise it will be performed asynchronously. All file operations are run on the threadpool. See :ref:`threadpool` for information on the threadpool size. +.. note:: + On Windows `uv_fs_*` functions use utf-8 encoding. Data types ----------