1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-13 02:42:18 +02:00

doc: NEWS: expand on the fold multi-byte enhancements

* NEWS: Mention all of fold(1) got multi-byte enhancement,
with -c being an ancillary part of that.
This commit is contained in:
Pádraig Brady
2025-09-04 13:54:01 +01:00
parent aba9800995
commit 31ed9a30c0

5
NEWS
View File

@@ -99,8 +99,9 @@ GNU coreutils NEWS -*- outline -*-
Iranian locale (fa_IR) and for the Ethiopian locale (am_ET), and also
does so more consistently for the Thailand locale (th_TH.UTF-8).
fold now supports the --characters (-c) option to count multi-byte
characters instead of the number of columns.
fold now supports multi-byte characters, honoring their column width.
Also the --characters (-c) option was added to wrap at a certain
number of characters, similarly to --bytes in uni-byte locales.
nproc now honors any cgroup v2 configured CPU quotas,
which may reduce the effective number of processors available.