mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
c98a9d7051
Previously unicode codepoints would be incorrectly shown in windows terminals, such as with u2503(┃): ```ps ❯ "print('\u{2503}')" | luau.exe Γöâ ``` This change fixes the issue by setting the console's codepage on windows, resulting in fixed behaviour: ```ps ❯ "print('\u{2503}')" | luau.exe ┃ ``` |
||
---|---|---|
.. | ||
Analyze.cpp | ||
Ast.cpp | ||
Compile.cpp | ||
Coverage.cpp | ||
Coverage.h | ||
FileUtils.cpp | ||
FileUtils.h | ||
Flags.cpp | ||
Flags.h | ||
Profiler.cpp | ||
Profiler.h | ||
Reduce.cpp | ||
Repl.cpp | ||
Repl.h | ||
ReplEntry.cpp | ||
Web.cpp |