lean4-htt/tests/compiler/utf8Path.lean
Sebastian Ullrich 697ea0bc01
fix: Unicode path support for Lean Windows executables (#10133)
This PR fixes compatibility of Lean-generated executables with Unicode
file system paths on Windows

Fixes #2554
2025-08-27 11:28:55 +00:00

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")