From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=mhLTYlFY; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by groups.io with SMTP; Thu, 04 Jul 2019 06:07:18 -0700 Received: by mail-wr1-f67.google.com with SMTP id v14so6588180wrr.4 for ; Thu, 04 Jul 2019 06:07:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=W8h9jY4/oKbEmQEXQRvym4HjMdp8tVAZTqgEqzy82vY=; b=mhLTYlFY8bydePSLk56bSf1xUQDRkKntfe7E0kSL8exLqlH088cRI+1XG5mRT1v+qC wAaWCYFR0fklea69sB+QBiXRxMWjJNNQsednJOUTJpo2Ne05UYb+RTIajh2EG9P0JbyK iInyJqfj8ZBCCdyEOP71GjXxsJ2KA8mfYW964tAlhaxtqFESbrXvYg0h/jwJ8dpd543c yBjEdvQq4x3TgKllykHo+ixSf5txtoEeEKYmgZqkOwVgXvusFnC9UMBG+UJXXOcsXKUI Ls3jyNV8vKrcQIo80Oi9gFaaAhc/VikvSKr94chkZY84cDX+o1jtHO/WH/rEAel2uVUd f9ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=W8h9jY4/oKbEmQEXQRvym4HjMdp8tVAZTqgEqzy82vY=; b=X5Xl1B9D28qaEwf7KGSYxZyMSqCvpZVCG3AI5YtHu0qcjFW93ppITRIYdqyIS127HF Mra9Tc6oMOJEowmdKX0Z9nNr3akKwYb/0SFxVF6QWgtPb/NhXShLRx2nKHgQKhk/I5H5 5RNUkIOL4dmAKPdn84hPc+z91d49jMqLdEN04jp1Cf/fagX8Em+2Bf4cKh/YWuQ/WFRs S799Q1jNIpTMLkor2T7ocMS0V9SvIQdHjJpOLydLsA6kqAZ3fctnGWY/cYBDR6kI7Nkn Mx+QcyZwVJYoLiMGzXJ7vV930aNJpjOgMwsyo8HRwqMezir50hsUQN8RDYJ/yrfmlCRG n5Zw== X-Gm-Message-State: APjAAAUyZv4n8pITeCgHkfyZLvl8hJVPkX5ZmhJ4w9eRlbixq1jqJSLa NuQET+xYBldydLcDy6JVntljwbn841s= X-Google-Smtp-Source: APXvYqyrmrGB9RW0IQ2hZTRSgGdhje04+WPB2nSJ7lO1AO50HOSTRxC97qRz4P3pQAlKNXPOPf4Kkg== X-Received: by 2002:adf:81c8:: with SMTP id 66mr32716633wra.261.1562245636026; Thu, 04 Jul 2019 06:07:16 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id x83sm5988909wmb.42.2019.07.04.06.07.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 04 Jul 2019 06:07:15 -0700 (PDT) Date: Thu, 4 Jul 2019 14:07:14 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, coeur@gmx.fr Cc: Bob Feng , Liming Gao Subject: Re: [edk2-devel] [PATCH] BaseTools: Fix encoding typos Message-ID: <20190704130713.sdwv42wqlfr6ieui@bivouac.eciton.net> References: <21872.1561809723580988958@groups.io> MIME-Version: 1.0 In-Reply-To: <21872.1561809723580988958@groups.io> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit +Bob, Liming Personally, I'm not sure what should be done here. Normally for an imported piece of code, I would say "fix this upstream", but Pccts is as far as I can tell _long_ dead. On Sat, Jun 29, 2019 at 05:02:03AM -0700, Cœur wrote: > Fix encoding typos in BaseTools by using UTF-8. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Coeur > --- > BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt b/BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt > index 4d84d1c19c..c3fcadfd59 100644 > --- a/BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt > +++ b/BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt > @@ -40,7 +40,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS > #309. (Changed in MR32) Renamed baseName because of VMS name conflict > > Renamed baseName to pcctsBaseName to avoid library name conflict with > -    VMS library routine.  Reported by Jean-FranÁois PI…RONNE. > +    VMS library routine.  Reported by Jean-Fran√ßois PI√âRONNE. > > #308. (Changed in MR32) Used "template" as name of formal in C routine > > @@ -975,7 +975,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS > > #249. (MR21) Changes for DEC/VMS systems > > -    Jean-FranÁois PiÈronne (jfp altavista.net) has updated some > +    Jean-Fran√ßois Pi√©ronne (jfp altavista.net) has updated some > VMS related command files and fixed some minor problems related > to building pccts under the DEC/VMS operating system.  For DEC/VMS > users the most important differences are: > @@ -1750,7 +1750,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS > Under certain circumstances a predicate test could generate > a #line directive which was not at column 1. > > -      Reported with fix by David KÂgedal  (davidk lysator.liu.se) > +      Reported with fix by David K√•gedal  (davidk lysator.liu.se) > (http://www.lysator.liu.se/~davidk/). > > #194. (Changed in MR14) (C Mode only) Demand lookahead with #tokclass > -- > 2.20.1 (Apple Git-117) > > >