From c34c0ac31e3921b8d3f66ef57aac82d24a3451bf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 15 Oct 2004 19:31:47 +0000 Subject: [PATCH] (usage): Mention Unicode, and use H for hex digits. --- src/printf.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/printf.c b/src/printf.c index 49175b4..e6c2eaa 100644 --- a/src/printf.c +++ b/src/printf.c @@ -128,10 +128,9 @@ FORMAT controls the output as in C printf. Interpreted sequences are:\n\ \\v vertical tab\n\ "), stdout); fputs (_("\ - \\xNN byte with hexadecimal value NN (1 to 2 digits)\n\ -\n\ - \\uNNNN character with hexadecimal value NNNN (4 digits)\n\ - \\UNNNNNNNN character with hexadecimal value NNNNNNNN (8 digits)\n\ + \\xHH byte with hexadecimal value HH (1 to 2 digits)\n\ + \\uHHHH Unicode (ISO/IEC 10646) character with hex value HHHH (4 digits)\n\ + \\UHHHHHHHH Unicode character with hex value HHHHHHHH (8 digits)\n\ "), stdout); fputs (_("\ %% a single %\n\ -- 2.7.4