Jeff Quast
Jeff Quast
'2.' and '4.' are solved, please see https://github.com/jquast/wcwidth/blob/master/bin/update-tables.py and its use of jinja2 templates, https://github.com/jquast/wcwidth/tree/master/code_templates feel free to add support for more languages in a separate PR. I decline to...
Related, I created issue #104 because the code for parsing UNICODE_VERSION to a matching table is a bit complicated, it aims to be very lenient but best-matching. I am confident...
Hello @SlySven that's really great work!! It looks like we have very similar interests :) I will take more time to look at widecharwidth soon, and file issues or conversations...
widecharwidth provides only "wcwidth", but does not provide a "wcswidth" function, so, it cannot support VS-16 or ZWJ. Probably not much of a problem for MUD's. Anyway I hope to...
I agree with everything you say. I don't have much inclination to do the work to remove python 2 support myself, I would only be inclined to remove it when...
Which terminal emulator are you using in this example? For iTerm2, this is correct,  As well as WezTerm,  And also Kitty, 
wcwidth is primarily focused for terminals, that is if browsers and terminals disagree we would rather match with terminals. Although I expect a javascript or browser-based library that is more...
Thanks for all of the detailed information, I'll look into it soon.
Thanks, I think this is the same as your other issue, that if I am able to distinguish `Default_Ignorable_Code_Point` values as zero width it should solve for U+3164 HANGUL FILLER,...
Yes, we can move forward with this this week after the next release that includes #120 if there is such sincere interest from so many developers. Do not mind about...