* doc/binutils.texi (strings): Add "unicode" to the documentation
authorNick Clifton <nickc@redhat.com>
Wed, 30 Apr 2008 07:27:17 +0000 (07:27 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 30 Apr 2008 07:27:17 +0000 (07:27 +0000)
        of strings in order to make explicit that it supports this
        feature.

binutils/ChangeLog
binutils/doc/binutils.texi

index bba6260d83d9f6705a2269752f8d64da5cd10318..200acd628ac8f587d53b6a5130bec0a8d370dd9d 100644 (file)
@@ -1,3 +1,9 @@
+2008-04-30  John Heidemann  <johnh@isi.edu>
+
+       * doc/binutils.texi (strings): Add "unicode" to the documentation
+       of strings in order to make explicit that it supports this
+       feature.
+
 2008-04-30  Alan Modra  <amodra@bigpond.net.au>
 
        * readelf.c (process_program_headers): Correct section in segment
index 926caa8b72fa0d95c41c01fc85da7311914b1a2d..d08c61739c21e5a5ddb6186a3ca4d94ecf136da0 100644 (file)
@@ -2360,7 +2360,8 @@ Possible values for @var{encoding} are: @samp{s} = single-7-bit-byte
 characters (ASCII, ISO 8859, etc., default), @samp{S} =
 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.
+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 --target=@var{bfdname}