[PATCH 3/3] fixup! Display 4-byte UTF-8 as \\Uxxxxxxxx
Andrew C Aitchison
werdna@aitchison.me.uk
Sat Sep 13 15:12:29 GMT 2025
---
binutils/doc/binutils.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 5bfc0c6acb9..72bc7f8b4fb 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -3079,7 +3079,7 @@ in the current locale, which may or may not support them. The options
hex byte sequences enclosed by either angle brackets or curly braces.
The @option{--unicode=escape} option displays them as escape sequences
-(@var{\uxxxx} and @var{\Uxxxxxxxx) and the @option{--unicode=highlight} option displays
+(@var{\uxxxx} and @var{\Uxxxxxxxx}) and the @option{--unicode=highlight} option displays
them as escape sequences highlighted in red (if supported by the
output device). The colouring is intended to draw attention to the
presence of unicode sequences where they might not be expected.
@@ -3492,7 +3492,7 @@ The @option{--unicode=locale} option displays them in the current
locale, which may or may not support UTF-8 encoding. The
@option{--unicode=hex} option displays them as hex byte sequences
enclosed between @var{<>} characters. The @option{--unicode=escape}
-option displays them as escape sequences (@var{\uxxxx} and @var{\Uxxxxxxxx) and the
+option displays them as escape sequences (@var{\uxxxx} and @var{\Uxxxxxxxx}) and the
@option{--unicode=highlight} option displays them as escape sequences
highlighted in red (if supported by the output device). The colouring
is intended to draw attention to the presence of unicode sequences
@@ -5231,7 +5231,7 @@ they are displayed as a sequence of hex bytes, encloses in curly
parethesis characters.
Using the @option{--unicode=escape} option will display the characters
-as as unicode escape sequences (@var{\uxxxx} and @var{\Uxxxxxxxx). Using the
+as as unicode escape sequences (@var{\uxxxx} and @var{\Uxxxxxxxx}). Using the
@option{--unicode=hex} will display the characters as hex byte
sequences enclosed between angle brackets.
--
2.48.1
More information about the Binutils
mailing list