Re: [dev] [PATCH] [sbase] Use utflen in cols(1)

2014-12-05 Thread Robert Ransom
On 12/5/14, Brandon Mulcahy wrote: > On Fri, Dec 05, 2014 at 10:39:49PM +, Dimitris Papastamos wrote: >> On Fri, Dec 05, 2014 at 02:18:03PM -0800, Robert Ransom wrote: >> > On 12/5/14, Brandon Mulcahy wrote: >> > > -It does not handle non-ASCII UTF-8 runes >> > > -or TAB characters correctly.

Re: [dev] [PATCH] [sbase] Use utflen in cols(1)

2014-12-05 Thread Brandon Mulcahy
On Fri, Dec 05, 2014 at 10:39:49PM +, Dimitris Papastamos wrote: > On Fri, Dec 05, 2014 at 02:18:03PM -0800, Robert Ransom wrote: > > On 12/5/14, Brandon Mulcahy wrote: > > > -It does not handle non-ASCII UTF-8 runes > > > -or TAB characters correctly. > > > +It does not handle TAB characters

Re: [dev] [PATCH] [sbase] Use utflen in cols(1)

2014-12-05 Thread Brandon Mulcahy
On Fri, Dec 05, 2014 at 10:39:49PM +, Dimitris Papastamos wrote: > On Fri, Dec 05, 2014 at 02:18:03PM -0800, Robert Ransom wrote: > > On 12/5/14, Brandon Mulcahy wrote: > > > -It does not handle non-ASCII UTF-8 runes > > > -or TAB characters correctly. > > > +It does not handle TAB characters

Re: [dev] [PATCH] [sbase] Use utflen in cols(1)

2014-12-05 Thread Dimitris Papastamos
On Fri, Dec 05, 2014 at 02:18:03PM -0800, Robert Ransom wrote: > On 12/5/14, Brandon Mulcahy wrote: > > --- > > cols.1 | 3 +-- > > cols.c | 14 +- > > 2 files changed, 10 insertions(+), 7 deletions(-) > > > > diff --git a/cols.1 b/cols.1 > > index 8f15cb3..5383e47 100644 > > --- a/c

Re: [dev] [PATCH] [sbase] Use utflen in cols(1)

2014-12-05 Thread Robert Ransom
On 12/5/14, Brandon Mulcahy wrote: > --- > cols.1 | 3 +-- > cols.c | 14 +- > 2 files changed, 10 insertions(+), 7 deletions(-) > > diff --git a/cols.1 b/cols.1 > index 8f15cb3..5383e47 100644 > --- a/cols.1 > +++ b/cols.1 > @@ -27,8 +27,7 @@ This implementation of > .B cols > ass

Re: [dev] [PATCH] [sbase] Use utflen in cols(1)

2014-12-05 Thread Dimitris Papastamos
Thanks, applied!

[dev] [PATCH] [sbase] Use utflen in cols(1)

2014-12-05 Thread Brandon Mulcahy
--- cols.1 | 3 +-- cols.c | 14 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/cols.1 b/cols.1 index 8f15cb3..5383e47 100644 --- a/cols.1 +++ b/cols.1 @@ -27,8 +27,7 @@ This implementation of .B cols assumes that every byte is a character which takes up one col