wc needs multibyte support #4

Open
opened 2021-02-10 00:17:12 +00:00 by auravulpes · 0 comments
Owner

It's supposed to have a flag, -m, that counts multibyte characters rather an bytes, which is what -c counts. I don't think it'll be too hard. Add the flag and make sure it and -c are mutually exclusive, then add a function in, otherwise identical to the one for -c, that uses multibyte to count rather than single byte.

It's supposed to have a flag, -m, that counts multibyte characters rather an bytes, which is what -c counts. I don't think it'll be too hard. Add the flag and make sure it and -c are mutually exclusive, then add a function in, otherwise identical to the one for -c, that uses multibyte to count rather than single byte.
auravulpes added the
enhancement
label 2021-02-10 00:17:12 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: auravulpes/FENIX_coreutils#4
No description provided.