Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.100.1
- x64
- OS Version: Microsoft Windows [Version 10.0.19045.5796]
Steps to Reproduce:
- Create a Python file (app.py) with the following content:
print("Hello") print("你好,世界") print("നമസ്കാരം ഇത് മലയാളം അക്ഷരം ആണ്")
- Run the script inside the VS Code integrated terminal:
python app.py
3.Observe that:
English (Hello) and Chinese (你好,世界) render correctly.
Malayalam (നമസ്കാരം ...) renders incorrectly as garbled characters.