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

Does vt100-parser support double-width unicode characters? #1

Open
lekv opened this issue Jun 3, 2011 · 1 comment
Open

Does vt100-parser support double-width unicode characters? #1

lekv opened this issue Jun 3, 2011 · 1 comment
Assignees

Comments

@lekv
Copy link

lekv commented Jun 3, 2011

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.

@MarkLodato
Copy link
Owner

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!

@ghost ghost assigned MarkLodato Jun 4, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants