mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 01:12:02 +02:00
numfmt: use multi-byte aware suffix matching
* src/numfmt.c (process_suffixed_number): Use gnulib's mbs_endswith() helper, which is more robust in non UTF-8 locales. Also always output a devmsg if a suffix is specified.
This commit is contained in:
@@ -173,6 +173,7 @@ gnulib_modules="
|
||||
mbrlen
|
||||
mbrtoc32
|
||||
mbrtowc
|
||||
mbs_endswith
|
||||
mbschr
|
||||
mbslen
|
||||
mbswidth
|
||||
|
||||
Reference in New Issue
Block a user