From a6fc2d35ba38002a6ffe2ea5926c86b6b640a4c2 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 22 Oct 2024 07:38:40 +0300 Subject: [PATCH] change file --- .changes/fs-writeTextFile-utf8-path.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/fs-writeTextFile-utf8-path.md diff --git a/.changes/fs-writeTextFile-utf8-path.md b/.changes/fs-writeTextFile-utf8-path.md new file mode 100644 index 00000000..561e83e3 --- /dev/null +++ b/.changes/fs-writeTextFile-utf8-path.md @@ -0,0 +1,5 @@ +--- +"fs-js": "patch" +--- + +Fix `writeTextFile` converting UTF-8 characters (for example `äöü`) in the given path into replacement character (`�`) \ No newline at end of file