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
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,
>>-
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
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
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