vte icon indicating copy to clipboard operation
vte copied to clipboard

Different processing of cyrillic text compared to ascii

Open kchibisov opened this issue 3 years ago • 1 comments
trafficstars

When using Крас\x1bниво only Крас is processed with input, while rest terminals(vte, xterm) output Красиво. On the other side Hello\x1bworld will process with input Hello and orld only consuming w.

kchibisov avatar Oct 24 '22 23:10 kchibisov

I've looked into this a little bit and the solution is likely to move the unicode parser table definitions from the Ground state to the Anywhere state.

I'd have to think a bit more of the concrete implications, but I don't think unicode is valid as part of any escape sequence? Though Alacritty certainly accepts in right now for URLs for example.

chrisduerr avatar Oct 25 '22 00:10 chrisduerr