1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-24 13:57:03 +02:00
Files
coreutils/tests/misc
Pádraig Brady 0925e8a0f4 printf: with \U, support all valid unicode points
Previously this was restricted to the C99 universal character subset,
which restricted most values <= 0x9F, as that simplifies the C lexer.
However printf(1) doesn't need this restriction.
Note also the bash builtin printf already supports all values <= 0x9F.

* src/printf.c (main): Relax the restriction on points <= 0x9F.
* doc/coreutils.texi (printf invocation): Adjust description.
* tests/misc/printf-cov.pl: Adjust accordingly.  Add new cases.
* NEWS: Mention the change in behavior.
Reported at https://bugs.debian.org/1022857
2022-10-28 13:45:27 +01:00
..
2022-03-05 11:23:38 -08:00
2022-09-18 11:42:02 -07:00
2022-02-24 13:58:06 +00:00