I still have this symptom on Cursor. I guess the Cursor developers don’t have a plan to fix it.
- I’m using the cursor rule as follows and when AI uses terminal commands like capture, the Hangul output doesn’t break.
- 규칙: 터미널 명령 실행 시 UTF-8 인코딩 설정: 터미널 명령 실행 시마다 앞에 $OutputEncoding = [Console]::OutputEncoding = [System.Text.Encoding]::UTF8;를 먼저 붙여서 같이 실행
- Try adding cursor rules as above.
Have a good day.
