Skip to content

Incorrect rendering of Malayalam Unicode text in VS Code Integrated Terminal #248894

Open
@ByteJoseph

Description

@ByteJoseph

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:

  1. Create a Python file (app.py) with the following content:
    print("Hello")
    print("你好,世界")
    print("നമസ്കാരം ഇത് മലയാളം അക്ഷരം ആണ്")
  2. 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.

Image

Metadata

Metadata

Assignees

Labels

terminal-renderingupstreamIssue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-linkedThis is an upstream issue that has been reported upstream

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions