dscrofts

Results 6 comments of dscrofts

I too am having issues with this. Here's another specific example: ```python from wcwidth import wcswidth wcswidth("चाइनीज") 6 ``` When viewing this using the Kitty terminal, the text only occupies...

Fair enough. Perhaps a tool like [pyment](https://github.com/dadadel/pyment) could be used? Or do you mean modifying the code in `generator.py`?

Definitely! I have implemented the `ljust` function as per the readme but it would be super convenient to have this already included.

> Zero-width characters used with the Hindi language have been resolved in today's release by #91. > > I created a testing tool that verifies it, that at least in...

> @dscrofts thank you for your persistence, I really do appreciate your help with Hindi! > > Can you please check your version of wcwidth is the latest, `0.2.12`? This...

@jquast you are absolutely correct, I should be using text wrapping instead of ljust. In fact, a combination of both is what I need to have things line up correctly....