Reminder issue to get the hands dirty to identify/fix unicode issues in windows, for some background see comments in https://github.com/xtermjs/xterm.js/pull/2568.
Any plans to iterate on this issue?
Just time is blocking it, I have too many more important things to look at so I doubt I would be able to get to it. This needs some investigation of what differs with emoji between native ptys and Conpty on Windows and to come up with a plan to support both.
Emoji support for windows terminal looks backlogged since 2018 https://github.com/microsoft/terminal/issues/190
Oh ok, so it's partially supported then. I thought I saw them advertising emoji support as one of the shiny things in WT 馃
Last time I looked at it the problem was around line/screen refresh pattern used by conpty. The emojis itself came thought but got partially scrambled by wrong offsets of the refreshs (deleting parts of multibyte chars).