Re: cut -DF

2022-01-25 Thread Pádraig Brady
On 25/01/2022 22:50, Rob Landley wrote: On 1/25/22 3:39 PM, Pádraig Brady wrote: On 25/01/2022 07:55, Assaf Gordon wrote: Hello, Here's an updated patch for "cut -DF". Since it's a new code path, it opens the possibility of finally supporting multibyte characters with "cut -c". comments very

Re: cut -DF

2022-01-25 Thread Rob Landley
On 1/25/22 3:39 PM, Pádraig Brady wrote: > On 25/01/2022 07:55, Assaf Gordon wrote: >> Hello, >> >> Here's an updated patch for "cut -DF". >> Since it's a new code path, it opens the possibility of finally >> supporting multibyte characters with "cut -c". >> >> >> comments very welcomed, >>-

Re: cut -DF

2022-01-25 Thread Pádraig Brady
On 25/01/2022 07:55, Assaf Gordon wrote: Hello, Here's an updated patch for "cut -DF". Since it's a new code path, it opens the possibility of finally supporting multibyte characters with "cut -c". comments very welcomed, - assaf [PATCH 01/18] cut: set-fields: add no-sort options [PA

Re: cut -DF

2022-01-25 Thread Rob Landley
On 1/25/22 1:55 AM, Assaf Gordon wrote: > Hello, > > Here's an updated patch for "cut -DF". > Since it's a new code path, it opens the possibility of finally > supporting multibyte characters with "cut -c". Don't forget -nb (posix!). Toybox's rounds down to the start of character for both beginn

Re: cut -DF

2022-01-25 Thread Assaf Gordon
Hello, Here's an updated patch for "cut -DF". Since it's a new code path, it opens the possibility of finally supporting multibyte characters with "cut -c". comments very welcomed, - assaf [PATCH 01/18] cut: set-fields: add no-sort options [PATCH 02/18] cut: iniitial -D implmentation, cur