From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by sourceware.org (Postfix) with ESMTPS id 7BD913858CDA for ; Fri, 20 May 2022 06:54:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7BD913858CDA Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 24K3tLN4028145; Fri, 20 May 2022 08:54:28 +0200 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3g23s227jc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 20 May 2022 08:54:28 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B80CB10002A; Fri, 20 May 2022 08:54:22 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 9ADD32122F5; Fri, 20 May 2022 08:54:22 +0200 (CEST) Received: from gnbcxd0114.gnb.st.com (10.75.127.44) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2308.20; Fri, 20 May 2022 08:54:21 +0200 Date: Fri, 20 May 2022 08:54:20 +0200 From: Yvan Roux To: Nick Clifton , Subject: Re: [PATCH] _bfd_real_fopen should not use ccs parameter on Windows Message-ID: <20220520065420.GA19156@gnbcxd0114.gnb.st.com> References: <20220503123959.GD28900@gnbcxd0114.gnb.st.com> <20220517143340.GE27993@gnbcxd0114.gnb.st.com> <1a0eab30-f0b1-c259-4dde-f67258501ff0@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1a0eab30-f0b1-c259-4dde-f67258501ff0@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Originating-IP: [10.75.127.44] X-ClientProxiedBy: SFHDAG2NODE2.st.com (10.75.127.5) To SHFDAG1NODE2.st.com (10.75.129.70) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-20_02,2022-05-19_03,2022-02-23_01 X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2022 06:54:34 -0000 On Thu, May 19, 2022 at 10:59:33AM +0100, Nick Clifton wrote: > Hi Yvan, > > > Ping > > Sorry - busy elsewhere... No worries, thanks a lot Nick > > > As it was discussed in https://sourceware.org/bugzilla/show_bug.cgi?id=25713 > > > according to MSDN, the ccs=UNICODE should only be used when the encoding of the > > > file stream is supposed to be UTF-8 or UTF-16LE, and is not related to the > > > encoding of the file name. > > A fair point - I have gone ahead and applied your patch. > > Cheers > Nick > > -- Y.