Jeff Quast

Results 220 comments of 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, ![image](https://github.com/jquast/wcwidth/assets/972584/e0ca1760-ca82-49f2-8e60-893bf328d15b) As well as WezTerm, ![image](https://github.com/jquast/wcwidth/assets/972584/8e531740-9b07-43b7-990d-4adb63cc9fd0) And also Kitty, ![image](https://github.com/jquast/wcwidth/assets/972584/a8279fe5-0952-4566-bf30-a877493f7964)

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...