Created
November 6, 2019 14:35
-
-
Save manualbashing/1473974260bb23f4e4d948f6d26bcd87 to your computer and use it in GitHub Desktop.
Disply unicode characters in #Git commit log messages when using #PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Put this into the user profile | |
| $env:LC_ALL = 'C.UTF-8' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment