Description
When I execute code inside fsharp-files (using C-c C-e for example), and the path to the file contains non-ASCII characters I get the FS2302-error:
`
#silentCd @"c:/temp/Non-ASCII_Ö/";;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
stdin(1,1): error FS2302: Directory 'c:/temp/Non-ASCII_Ö/' doesn't exist
`
Repro steps
- Create folder with for example ö in the name.
- Add a fsharp-script inside the folder, run the code.
Expected behavior
No error.
Actual behavior
Error FS2302
Known workarounds
Rename folder so that it doesn't contain non-ASCII characters.
Related information
- Operating system: Windows
- Branch: Master
- Emacs version: 26.1 (from MSYS)
- .NET Runtime, CoreCLR or Mono Version: .NET Core 2.1
- Performance information, links to performance testing scripts