I've started to use Windows Terminal as my git command-line tool, but It seems like Korean characters are not properly printed when I type git log, like:
I've also tried using cmd and powershell, but same thing also happened. (no screenshots)
But it prints properly in Git Bash, like:
What I've searched and tried:
- Typing
chcp 65001 - Typing
set LC_ALL=C.UTF-8 - Change administrative language setting (followed this article)
And all things above didn't solve my problem. Is there any suggestion to solve my problem? I want to use Windows terminal, not git bash :(

