This has nothing to do with the file, I'm a Chinese user, the file is encoded in utf8, it has nothing to do with reading, it's a problem with the tool or command execution
Hi @lin jinpeng and welcome to the community—this is a known issue on Windows systems with non-English locales. PowerShell may misinterpret UTF-8 output due to the default encoding. To fix it, run chcp 65001
before using the CLI, or use Windows Terminal with UTF-8 set as default. This improves output handling.
For more tips view the Dev Cli Community: https://community.atlassian.com/forums/Rovo-for-Software-Teams-Beta/Introducing-Rovo-Dev-CLI-AI-Powered-Development-in-your-terminal/ba-p/3043623
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.