-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hi,
I’m trying to port a Ratatui project to the web using Ratzilla (see feat-ratzilla), but I’m seeing a weird display issue with Japanese Unicode characters.
As shown in the screenshot below, the problematic characters take more horizontal space than the others, which causes a visual glitch when the following character is printed. At first I suspected a variable‑width font issue (I’m using the default index.html from the Ratzilla README), but that doesn’t explain the second screenshot.
NOTE: The issue persists with CanvasBackend and WebGl2Backend. (though japanese char are not rendered with the last one)
I’d appreciate any pointers for debugging this visual issue (I have no experience with WASM or the web).
Also thank you for this awesome project !



