bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch to improve documentation on strings handling of unicode


From: John Heidemann
Subject: patch to improve documentation on strings handling of unicode
Date: Tue, 29 Apr 2008 11:33:12 -0700

The attached patch makes it explicit that strings handles Unicode
by adding the word "unicode" to the documentation.

Please consider this patch for future releases so Unicode-interested
folks aren't forced to Google and the source code to match "encoding"
with "Unicode".

The patch is relative to binutils.texi 1.127, what is current in CVS as
of today.

Thanks,
   -John Heidemann

----------------------------------------------------------------------
--- binutils-1.127.texi-        2008-04-29 11:28:17.000000000 -0700
+++ binutils-1.127.texi 2008-04-29 11:30:14.000000000 -0700
@@ -2361,6 +2361,8 @@
 single-8-bit-byte characters, @samp{b} = 16-bit bigendian, @samp{l} =
 16-bit littleendian, @samp{B} = 32-bit bigendian, @samp{L} = 32-bit
 littleendian. Useful for finding wide character strings.
+(@samp{l} and @samp{b} apply to, for example, Unicode UTF-16/UCS-2
+encodings.)
 
 @item -T @var{bfdname}
 @itemx address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]