Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indic font in JupyterLab terminal not rendering correctly #15856

Open
vivian-rook opened this issue Feb 22, 2024 · 4 comments
Open

Indic font in JupyterLab terminal not rendering correctly #15856

vivian-rook opened this issue Feb 22, 2024 · 4 comments

Comments

@vivian-rook
Copy link

vivian-rook commented Feb 22, 2024

Description

curl --silent "https://en.wikipedia.org/w/index.php?title=Malayalam_Wikipedia&oldid=1195587528" 2>&1 | grep "മലയാളം"
in the terminal of JupyterLab
Assuming the browser you are using is rendering Indic font correctly "മലയാളം" will appear incorrectly in JupyterLab

Expected behavior

Font should render correctly

Context

Zero to jupyterhub Chart version: 3.2.1
JupyterLab version: 4.1.2

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to new issues that need triage label Feb 22, 2024
@vivian-rook
Copy link
Author

A little more context can be found https://phabricator.wikimedia.org/T355998

@krassowski
Copy link
Member

JupyterLab uses xterm.js as a terminal implementation, maybe there is something relevant in the xterm.js issues (https://github.com/xtermjs/xterm.js/issues)?

@vivian-rook
Copy link
Author

xtermjs/xterm.js#4867
and perhaps xtermjs/xterm.js#4830
do seem relevant. Thank you.

@krassowski
Copy link
Member

Thanks for the link! Once this is fixed on xterm side we can update our versions to pull the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants