vt100-parser icon indicating copy to clipboard operation
vt100-parser copied to clipboard

Does vt100-parser support double-width unicode characters?

Open lekv opened this issue 13 years ago • 1 comments

Characters > 0x2e80 have a width of two monospace chars. Does the vt100-parser support that? On a first glance I couldn't find any reference in the code. The python webshell application http://web-shell.googlecode.com/svn/trunk supports double-width characters, but is somewhat slow.

lekv avatar Jun 03 '11 12:06 lekv

I have not implemented character set switching nor have I tried using characters > 127 since I really don't know how they are supposed to work. I can use webshell as a reference (thanks for the link!) but if you come up with test cases and expected behavior, that would be great!

MarkLodato avatar Jun 04 '11 03:06 MarkLodato