From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x434.google.com (mail-pf1-x434.google.com [IPv6:2607:f8b0:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id E0B6B3858C54 for ; Mon, 28 Nov 2022 09:47:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E0B6B3858C54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-x434.google.com with SMTP id a9so6470931pfr.0 for ; Mon, 28 Nov 2022 01:47:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-disposition:mime-version:message-id:subject:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=OXa+hQat0kUArjd4MaFemarxLt4h+kfNo4B/DQNtIRQ=; b=Si4S50bOqu8TChhu/BBtJ0A8FTCY2UgaSXYPWVBrnjGf5bzGTXRUHtJjtYKwBnQkkT zEREnskjdqm8zylpaD0hg7zTfMsdd+oxlvbAOfpPnnOoJtOSxIMoufpb78+GSGR6h0EB oxevqh0Tt91XdsfmbN5lKvY2UOLswafLP4TzCK1iLCu3ru+827LSS98jxohcunYIs7wy 2yGaWfJ4UErdjbs3ABbF5lxkmyk54ZgffBnl64IRxZrEVlyWdZjpBwHa0D/2rZHRdWm7 3O94Rsskn7xlBnWAWqs6k217nMUkr/LytNluUpdR4mNfHrccKZRyE1BDpz+Ne9i4wgP3 e4iA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-disposition:mime-version:message-id:subject:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=OXa+hQat0kUArjd4MaFemarxLt4h+kfNo4B/DQNtIRQ=; b=3bdSODKopVzQRbKTh8L1VzOKNAAUMAc2HDd9PRXwnvtNwWLPU+xx/8Gf4H6AERYEmU ZnJcVGv5b47n2L7d1CeZiRPUMv7FENfhJLOWgBrg+DvIywG327qmYLdXb9YXhCymVggV 6gIEUhuEDVQeMvkM5T+9mS/GEPwRe43kVm/TxR3b5+KqJsIZeXAghqjaVYTSL3kT5jyK 8CZD1obckAC79hq7HXcRrDeGXNtDhfSecRcb90/rqwlIrC2IY7aowRhI3qQ2DB4eGNLV 83nBCJetb0Gs+yBNuz4sp9dYFeue0CV8ee6/MU5sC2L/2w5FhaTADrX4YmcWHZ6RDW2w mDsQ== X-Gm-Message-State: ANoB5plu/4V8PsgkK6H9GJptA0toqm0zZ19/XIKKrh3YGU2b4mzb6NDp b5g95opEL+jOeWowbLWNX/E8ZA2VUl0= X-Google-Smtp-Source: AA0mqf6tcgtT6rkDwDCJIafcWbWPLCPKhidMEnEqRe8GBjosli3EQlSKyQhvwRsg4YCBeIzyOYeAxw== X-Received: by 2002:a63:e104:0:b0:43c:756:eb71 with SMTP id z4-20020a63e104000000b0043c0756eb71mr26109644pgh.480.1669628872591; Mon, 28 Nov 2022 01:47:52 -0800 (PST) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id bd12-20020a170902830c00b00186b0ac12c5sm8301807plb.172.2022.11.28.01.47.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Nov 2022 01:47:52 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id BD2671142D28; Mon, 28 Nov 2022 20:17:49 +1030 (ACDT) Date: Mon, 28 Nov 2022 20:17:49 +1030 From: Alan Modra To: binutils@sourceware.org Subject: PR10368, ISO 8859 mentioned as 7bit encoding in strings documentation Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3036.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: PR 10368 * doc/binutils.texi (strings): Delete example of 7-bit encoding. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 6024301562d..852ed6002ef 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3381,7 +3381,7 @@ octal, @samp{x} for hexadecimal, or @samp{d} for decimal. @itemx --encoding=@var{encoding} Select the character encoding of the strings that are to be found. Possible values for @var{encoding} are: @samp{s} = single-7-bit-byte -characters (ASCII, ISO 8859, etc., default), @samp{S} = +characters (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. (@samp{l} -- Alan Modra Australia Development Lab, IBM