I use adb logcat > file.log
in window and then open file.log in vscode.
It shows that the encoding of file is UTF-8. But the chinese is messy code.
In Android Studio Logcat and powershell7 terminal, the logcat show chinese correctly. But After redirect the log to file, chinese is shown as messy code.
What should I do to get correct log file with chinese?