Skip to content

Paths with characters outside ASCII gives error FS2302 (Windows) #175

@Whil-

Description

@Whil-

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

  1. Create folder with for example ö in the name.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions