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)