You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using your library and noticed that when I use an emoji in a cell, then the cell's width does not match with the other cells' widths which are in the same column. Is there any way to fix it or it's not possible?
I took a closer look at the functions and I noticed that when for example it has a '😂' emoji, then it counts as 2, but a simple heart emoji is counted as 1.
Thanks in advance,
Daniel
The text was updated successfully, but these errors were encountered:
Last commit (ae1e496) should improve emoji support.
You'll have to install the wcwidth library (pip install wcwidth) first. It won't provide
a full emoji support (rendering properly emoji is quite complex), but it's a step in the right
direction.
Let me know if it's ok on your side. A new release including this change will occur
in a few days.
Hi!
I've been using your library and noticed that when I use an emoji in a cell, then the cell's width does not match with the other cells' widths which are in the same column. Is there any way to fix it or it's not possible?
I took a closer look at the functions and I noticed that when for example it has a '😂' emoji, then it counts as 2, but a simple heart emoji is counted as 1.
Thanks in advance,
Daniel
The text was updated successfully, but these errors were encountered: