Wrongly align tasks #3610
Unanswered
Praczet
asked this question in
Community support
Replies: 1 comment
-
|
There was some related discussion in #2599. I wonder if this character is new since the latest update of the library updated in #2333? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am quite new to the taskwarrior and I have say I like it a lot.
I notice that tasks when using an Unicode character outside the Basic Multilingual Plane are not perfectly aligned

For example character:
screen:
I believe this is due to the fact that those characters take up more bytes than a standard ASCII character.
I noticed this when I was displaying tasks in my nvim plugin. normal method to calculate string length #string didn't work or rather it gives number of byte used in string then number of characters
in C++ you calculate it like this.
Best regards
Adam
Beta Was this translation helpful? Give feedback.
All reactions