Re: [systemd-devel] [PATCH] util, utf8: new wellipsize and wellipsize_mem that take into account multi-byte characters

2013-09-10 Thread Jan Engelhardt
On Monday 2013-09-09 01:17, Shawn wrote: >ping Lennart was away in (what seems to be) South America, systemd progress is resuming now. :) >> This version counts all multibyte characters as 1 width, not taking into >> account double width cjk characters and zerowidth characters _

Re: [systemd-devel] [PATCH] util, utf8: new wellipsize and wellipsize_mem that take into account multi-byte characters

2013-09-08 Thread Shawn
ping On 8/28/13, Shawn Landden wrote: > This version counts all multibyte characters as 1 width, not taking into > account double width cjk characters and zerowidth characters > --- > TODO | 4 --- > src/shared/utf8.c | 56 +++ > src/shared/utf8.h | 98 >

[systemd-devel] [PATCH] util, utf8: new wellipsize and wellipsize_mem that take into account multi-byte characters

2013-08-28 Thread Shawn Landden
This version counts all multibyte characters as 1 width, not taking into account double width cjk characters and zerowidth characters --- TODO | 4 --- src/shared/utf8.c | 56 +++ src/shared/utf8.h | 98 +