* [PATCH] BaseTools: Fix encoding typos @ 2019-06-29 12:02 Cœur 2019-06-29 12:04 ` [edk2-devel] " Cœur 2019-07-04 13:07 ` Leif Lindholm 0 siblings, 2 replies; 5+ messages in thread From: Cœur @ 2019-06-29 12:02 UTC (permalink / raw) To: devel [-- Attachment #1: Type: text/plain, Size: 1977 bytes --] Fix encoding typos in BaseTools by using UTF-8. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> --- 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) [-- Attachment #2: Type: text/html, Size: 2884 bytes --] ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH] BaseTools: Fix encoding typos 2019-06-29 12:02 [PATCH] BaseTools: Fix encoding typos Cœur @ 2019-06-29 12:04 ` Cœur 2019-07-04 13:07 ` Leif Lindholm 1 sibling, 0 replies; 5+ messages in thread From: Cœur @ 2019-06-29 12:04 UTC (permalink / raw) To: Cœur, devel [-- Attachment #1: Type: text/plain, Size: 131 bytes --] For the record, in UTF-8, you're supposed to read: - Jean-François PIÉRONNE - Jean-François Piéronne - David Kågedal [-- Attachment #2: Type: text/html, Size: 192 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH] BaseTools: Fix encoding typos 2019-06-29 12:02 [PATCH] BaseTools: Fix encoding typos Cœur 2019-06-29 12:04 ` [edk2-devel] " Cœur @ 2019-07-04 13:07 ` Leif Lindholm 2019-07-05 0:52 ` Bob Feng 1 sibling, 1 reply; 5+ messages in thread From: Leif Lindholm @ 2019-07-04 13:07 UTC (permalink / raw) To: devel, coeur; +Cc: Bob Feng, Liming Gao +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 <coeur@gmx.fr> > --- > 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) > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH] BaseTools: Fix encoding typos 2019-07-04 13:07 ` Leif Lindholm @ 2019-07-05 0:52 ` Bob Feng 2019-07-05 12:23 ` Cœur 0 siblings, 1 reply; 5+ messages in thread From: Bob Feng @ 2019-07-05 0:52 UTC (permalink / raw) To: Leif Lindholm, devel@edk2.groups.io, coeur@gmx.fr; +Cc: Gao, Liming Hi Antoine, Patch looks fine. Would you attach the patch file again? I can't extract the patch file from the mail. Pccts is the predecessor of ANTLR. It's dead. Thanks, Bob -----Original Message----- From: Leif Lindholm [mailto:leif.lindholm@linaro.org] Sent: Thursday, July 4, 2019 9:07 PM To: devel@edk2.groups.io; coeur@gmx.fr Cc: Feng, Bob C <bob.c.feng@intel.com>; Gao, Liming <liming.gao@intel.com> Subject: Re: [edk2-devel] [PATCH] BaseTools: Fix encoding typos +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 <coeur@gmx.fr> > --- > 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) > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH] BaseTools: Fix encoding typos 2019-07-05 0:52 ` Bob Feng @ 2019-07-05 12:23 ` Cœur 0 siblings, 0 replies; 5+ messages in thread From: Cœur @ 2019-07-05 12:23 UTC (permalink / raw) To: Bob Feng, devel [-- Attachment #1: Type: text/plain, Size: 91 bytes --] I didn't kept that specific patch. Anyway, if Pccts is dead, let's forget about that one. [-- Attachment #2: Type: text/html, Size: 140 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-07-05 12:23 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-06-29 12:02 [PATCH] BaseTools: Fix encoding typos Cœur 2019-06-29 12:04 ` [edk2-devel] " Cœur 2019-07-04 13:07 ` Leif Lindholm 2019-07-05 0:52 ` Bob Feng 2019-07-05 12:23 ` Cœur
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox