Skip to content

Commit

Permalink
Fix 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 5, 2024
1 parent dc0a72b commit effa6a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ jobs:
echo $LC_ALL || true
echo "chcp.com:"
chcp.com 65001 || true
echo "cmd:"
cmd /c chcp 65001 || true
echo "Printing unicode 1:"
echo -e "\xE2\x9C\x93"
echo "Printing unicode 2:"
printf "Блабла"
mkdir -p "build/Testing/Temporary"
cp "cmake/CTestCostData.txt" "build/Testing/Temporary"
export LC_ALL="en_US.UTF-8"
Expand Down

0 comments on commit effa6a9

Please sign in to comment.