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 [EMAIL PROTECTED]


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to