This PR fixes compatibility of Lean-generated executables with Unicode file system paths on Windows Fixes #2554
4 lines
161 B
Text
4 lines
161 B
Text
/-! Lean executables should be able to handle UTF 8 paths. -/
|
|
|
|
def main : IO Unit := do
|
|
assert! (← System.FilePath.pathExists "../lean/run/utf8英語.lean")
|