(Windows) FS can not handle certain characters in file name #48673
Closed
Description
opened on Jul 6, 2023
Version
v20.4.0
Platform
Microsoft Windows NT 10.0.19045.0 x64
Subsystem
No response
What steps will reproduce the bug?
Run the following script
require('fs').writeFileSync('\uD83D\uDD79\uFE0F.log','Test')
Where \uD83D\uDD79\uFE0F
is 🕹️
How often does it reproduce? Is there a required condition?
Always failed for v20.4.0, v20.3.1 is okay
What is the expected behavior? Why is that the expected behavior?
Run without errors
What do you see instead?
Additional information
Tried on linux, no errors
Activity