-
Notifications
You must be signed in to change notification settings - Fork 44
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
Row cell exceeding max length, text not folded correctly? #34
Comments
Looks like unicode issue? |
Might be a unicode issue. Please provide an example that I can play with in order to investigate. Regards, |
Minimal example |
It's linked to a poor handling of CJK characters by textwrap. I have a working version based on CJKwrap, I'll make a new |
Hi @CaledoniaProject , Release v1.2.0 should fix this issue. You'll have to install the cjkwrap library (pip install cjkwrap) as a dependency. Regards, |
Thanks |
I'm using the following code to create a table
And it ends up like this
The text was updated successfully, but these errors were encountered: