Skip to content

Commit 94a4dd2

Browse files
committed
Fix invalid UTF-8
Signed-off-by: Jeremy Bobbin <jer@jer.cx>
1 parent 442b825 commit 94a4dd2

File tree

6 files changed

+120
-120
lines changed

6 files changed

+120
-120
lines changed

BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
4040
#309. (Changed in MR32) Renamed baseName because of VMS name conflict
4141

4242
Renamed baseName to pcctsBaseName to avoid library name conflict with
43-
VMS library routine. Reported by Jean-Fran�ois PI�RONNE.
43+
VMS library routine. Reported by Jean-François PIÉRONNE.
4444

4545
#308. (Changed in MR32) Used "template" as name of formal in C routine
4646

@@ -975,7 +975,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
975975

976976
#249. (MR21) Changes for DEC/VMS systems
977977

978-
Jean-Fran�ois Pi�ronne (jfp altavista.net) has updated some
978+
Jean-François Piéronne (jfp altavista.net) has updated some
979979
VMS related command files and fixed some minor problems related
980980
to building pccts under the DEC/VMS operating system. For DEC/VMS
981981
users the most important differences are:
@@ -1750,7 +1750,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
17501750
Under certain circumstances a predicate test could generate
17511751
a #line directive which was not at column 1.
17521752

1753-
Reported with fix by David K�gedal (davidk lysator.liu.se)
1753+
Reported with fix by David Kågedal (davidk lysator.liu.se)
17541754
(http://www.lysator.liu.se/~davidk/).
17551755

17561756
#194. (Changed in MR14) (C Mode only) Demand lookahead with #tokclass

BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133_BEFORE_MR13.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@
12741274
Reduced names of routines with external linkage to less than 32
12751275
characters to conform to DEC/VMS linker limitations.
12761276

1277-
Jean-Francois Pieronne discovered problems with dlg and antlr
1277+
Jean-François Piéronne discovered problems with dlg and antlr
12781278
due to the VMS linker not being case sensitive for names with
12791279
external linkage. In dlg the problem was with "className" and
12801280
"ClassName". In antlr the problem was with "GenExprSets" and
@@ -1283,7 +1283,7 @@
12831283
Added genmms, a version of genmk for the DEC/VMS version of make.
12841284
The source is in directory pccts/support/DECmms.
12851285

1286-
All VMS contributions by Jean-Francois Pieronne (jfp@iname.com).
1286+
All VMS contributions by Jean-François Piéronne (jfp@iname.com).
12871287

12881288
#117. (Changed in 1.33MR10) new EXPERIMENTAL predicate hoisting code
12891289

BaseTools/Source/C/VfrCompile/Pccts/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The kit is now distributed with both MSVC 5 and MSVC6 style projects.
136136
INSTALLATION (DEC/VMS)
137137
-------------------------------------------------------------------------
138138

139-
DEC/VMS support added by Pi�ronne Jean-Fran�ois (jfp@altavista.net)
139+
DEC/VMS support added by Pieronne Jean-Francois (jfp@altavista.net)
140140

141141
0. Download http://www.polhode.com/pccts133mr.zip
142142

BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrPPC.mak

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -20,82 +20,82 @@
2020
# Created: Sunday, May 17, 1998 10:24:53 PM
2121
# Author: Kenji Tanaka
2222
MAKEFILE = antlrPPC.make
23-
¥MondoBuild¥ = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
24-
Includes =
25-
-i "::h:"
23+
MondoBuild = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
24+
Includes =
25+
-i "::h:"
2626
-i "::support:set:"
27-
Sym¥PPC =
28-
ObjDir¥PPC = :Obj:
29-
PPCCOptions = {Includes} {Sym¥PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
30-
Objects¥PPC =
31-
"{ObjDir¥PPC}set.c.x"
32-
"{ObjDir¥PPC}antlr.c.x"
33-
"{ObjDir¥PPC}bits.c.x"
34-
"{ObjDir¥PPC}build.c.x"
35-
"{ObjDir¥PPC}egman.c.x"
36-
"{ObjDir¥PPC}err.c.x"
37-
"{ObjDir¥PPC}fcache.c.x"
38-
"{ObjDir¥PPC}fset2.c.x"
39-
"{ObjDir¥PPC}fset.c.x"
40-
"{ObjDir¥PPC}gen.c.x"
41-
"{ObjDir¥PPC}globals.c.x"
42-
"{ObjDir¥PPC}hash.c.x"
43-
"{ObjDir¥PPC}lex.c.x"
44-
"{ObjDir¥PPC}main.c.x"
45-
"{ObjDir¥PPC}misc.c.x"
46-
"{ObjDir¥PPC}mrhoist.c.x"
47-
"{ObjDir¥PPC}pred.c.x"
48-
"{ObjDir¥PPC}scan.c.x"
49-
antlrPPC ÄÄ {¥MondoBuild¥} {Objects¥PPC}
50-
PPCLink
51-
-o {Targ} {Sym¥PPC} ¶
52-
{Objects¥PPC} ¶
53-
-t 'MPST'
54-
-c 'MPS '
55-
"{SharedLibraries}InterfaceLib"
56-
"{SharedLibraries}StdCLib"
57-
#"{SharedLibraries}MathLib"
58-
"{PPCLibraries}StdCRuntime.o"
59-
"{PPCLibraries}PPCCRuntime.o"
27+
SymPPC =
28+
ObjDirPPC = :Obj:
29+
PPCCOptions = {Includes} {SymPPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
30+
ObjectsPPC =
31+
"{ObjDirPPC}set.c.x"
32+
"{ObjDirPPC}antlr.c.x"
33+
"{ObjDirPPC}bits.c.x"
34+
"{ObjDirPPC}build.c.x"
35+
"{ObjDirPPC}egman.c.x"
36+
"{ObjDirPPC}err.c.x"
37+
"{ObjDirPPC}fcache.c.x"
38+
"{ObjDirPPC}fset2.c.x"
39+
"{ObjDirPPC}fset.c.x"
40+
"{ObjDirPPC}gen.c.x"
41+
"{ObjDirPPC}globals.c.x"
42+
"{ObjDirPPC}hash.c.x"
43+
"{ObjDirPPC}lex.c.x"
44+
"{ObjDirPPC}main.c.x"
45+
"{ObjDirPPC}misc.c.x"
46+
"{ObjDirPPC}mrhoist.c.x"
47+
"{ObjDirPPC}pred.c.x"
48+
"{ObjDirPPC}scan.c.x"
49+
antlrPPC: ${MondoBuild} {ObjectsPPC}
50+
PPCLink
51+
-o {Targ} {SymPPC}
52+
{ObjectsPPC}
53+
-t 'MPST'
54+
-c 'MPS '
55+
"{SharedLibraries}InterfaceLib"
56+
"{SharedLibraries}StdCLib"
57+
#"{SharedLibraries}MathLib"
58+
"{PPCLibraries}StdCRuntime.o"
59+
"{PPCLibraries}PPCCRuntime.o"
6060
"{PPCLibraries}PPCToolLibs.o"
61-
"{ObjDir¥PPC}set.c.x" Ä MondoBuild¥} "::support:set:set.c"
61+
"{ObjDirPPC}set.c.x" ${MondoBuild} "::support:set:set.c"
6262
{PPCC} "::support:set:set.c" -o {Targ} {PPCCOptions}
63-
"{ObjDir¥PPC}antlr.c.x" Ä {¥MondoBuild¥} antlr.c
63+
"{ObjDirPPC}antlr.c.x" ${MondoBuild} antlr.c
6464
{PPCC} antlr.c -o {Targ} {PPCCOptions}
65-
"{ObjDir¥PPC}bits.c.x" Ä {¥MondoBuild¥} bits.c
65+
"{ObjDirPPC}bits.c.x" ${MondoBuild} bits.c
6666
{PPCC} bits.c -o {Targ} {PPCCOptions}
67-
"{ObjDir¥PPC}build.c.x" Ä {¥MondoBuild¥} build.c
67+
"{ObjDirPPC}build.c.x" ${MondoBuild} build.c
6868
{PPCC} build.c -o {Targ} {PPCCOptions}
69-
"{ObjDir¥PPC}egman.c.x" Ä {¥MondoBuild¥} egman.c
69+
"{ObjDirPPC}egman.c.x" ${MondoBuild} egman.c
7070
{PPCC} egman.c -o {Targ} {PPCCOptions}
71-
"{ObjDir¥PPC}err.c.x" Ä {¥MondoBuild¥} err.c
71+
"{ObjDirPPC}err.c.x" ${MondoBuild} err.c
7272
{PPCC} err.c -o {Targ} {PPCCOptions}
73-
"{ObjDir¥PPC}fcache.c.x" Ä {¥MondoBuild¥} fcache.c
73+
"{ObjDirPPC}fcache.c.x" ${MondoBuild} fcache.c
7474
{PPCC} fcache.c -o {Targ} {PPCCOptions}
75-
"{ObjDir¥PPC}fset2.c.x" Ä {¥MondoBuild¥} fset2.c
75+
"{ObjDirPPC}fset2.c.x" ${MondoBuild} fset2.c
7676
{PPCC} fset2.c -o {Targ} {PPCCOptions}
77-
"{ObjDir¥PPC}fset.c.x" Ä {¥MondoBuild¥} fset.c
77+
"{ObjDirPPC}fset.c.x" ${MondoBuild} fset.c
7878
{PPCC} fset.c -o {Targ} {PPCCOptions}
79-
"{ObjDir¥PPC}gen.c.x" Ä {¥MondoBuild¥} gen.c
79+
"{ObjDirPPC}gen.c.x" ${MondoBuild} gen.c
8080
{PPCC} gen.c -o {Targ} {PPCCOptions}
81-
"{ObjDir¥PPC}globals.c.x" Ä {¥MondoBuild¥} globals.c
81+
"{ObjDirPPC}globals.c.x" ${MondoBuild} globals.c
8282
{PPCC} globals.c -o {Targ} {PPCCOptions}
83-
"{ObjDir¥PPC}hash.c.x" Ä {¥MondoBuild¥} hash.c
83+
"{ObjDirPPC}hash.c.x" ${MondoBuild} hash.c
8484
{PPCC} hash.c -o {Targ} {PPCCOptions}
85-
"{ObjDir¥PPC}lex.c.x" Ä {¥MondoBuild¥} lex.c
85+
"{ObjDirPPC}lex.c.x" ${MondoBuild} lex.c
8686
{PPCC} lex.c -o {Targ} {PPCCOptions}
87-
"{ObjDir¥PPC}main.c.x" Ä {¥MondoBuild¥} main.c
87+
"{ObjDirPPC}main.c.x" ${MondoBuild} main.c
8888
{PPCC} main.c -o {Targ} {PPCCOptions}
89-
"{ObjDir¥PPC}misc.c.x" Ä {¥MondoBuild¥} misc.c
89+
"{ObjDirPPC}misc.c.x" ${MondoBuild} misc.c
9090
{PPCC} misc.c -o {Targ} {PPCCOptions}
91-
"{ObjDir¥PPC}mrhoist.c.x" Ä {¥MondoBuild¥} mrhoist.c
91+
"{ObjDirPPC}mrhoist.c.x" ${MondoBuild} mrhoist.c
9292
{PPCC} mrhoist.c -o {Targ} {PPCCOptions}
93-
"{ObjDir¥PPC}pred.c.x" Ä {¥MondoBuild¥} pred.c
93+
"{ObjDirPPC}pred.c.x" ${MondoBuild} pred.c
9494
{PPCC} pred.c -o {Targ} {PPCCOptions}
95-
"{ObjDir¥PPC}scan.c.x" Ä {¥MondoBuild¥} scan.c
95+
"{ObjDirPPC}scan.c.x" ${MondoBuild} scan.c
9696
{PPCC} scan.c -o {Targ} {PPCCOptions}
9797

98-
antlrPPC ÄÄ antlr.r
98+
antlrPPC: antlr.r
9999
Rez antlr.r -o antlrPPC -a
100-
Install Ä antlrPPC
100+
Install: antlrPPC
101101
Duplicate -y antlrPPC "{MPW}"Tools:antlr

BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.r

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource 'cmdo' (128, "Antlr") {
4141

4242
},
4343
MultiFiles {
44-
"Grammar File(s)É",
44+
"Grammar File(s)",
4545
"Choose the grammar specification files y"
4646
"ou wish to have ANTLR process.",
4747
{79, 22, 98, 152},
@@ -73,7 +73,7 @@ resource 'cmdo' (128, "Antlr") {
7373
"Choose the directory where ANTLR will pu"
7474
"t its output.",
7575
dim,
76-
"Output DirectoryÉ",
76+
"Output Directory",
7777
"",
7878
""
7979
},
@@ -113,7 +113,7 @@ resource 'cmdo' (128, "Antlr") {
113113
NestedDialog {
114114
5,
115115
{20, 324, 40, 460},
116-
"Parse OptionsÉ",
116+
"Parse Options",
117117
"Parse control options may be set with th"
118118
"is button."
119119
},
@@ -124,7 +124,7 @@ resource 'cmdo' (128, "Antlr") {
124124
NestedDialog {
125125
2,
126126
{50, 324, 70, 460},
127-
"Generate OptionsÉ",
127+
"Generate Options",
128128
"Various command line options may be set "
129129
"with this button."
130130
},
@@ -135,7 +135,7 @@ resource 'cmdo' (128, "Antlr") {
135135
NestedDialog {
136136
3,
137137
{78, 324, 98, 460},
138-
"More OptionsÉ",
138+
"More Options",
139139
"Antlr has ALOT of options. There are eve"
140140
"n more to be found with this button."
141141
},
@@ -146,7 +146,7 @@ resource 'cmdo' (128, "Antlr") {
146146
NestedDialog {
147147
4,
148148
{106, 324, 126, 460},
149-
"Rename OptionsÉ",
149+
"Rename Options",
150150
"Options for renaming output files may be"
151151
" set with this button."
152152
},
@@ -453,7 +453,7 @@ resource 'cmdo' (128, "Antlr") {
453453
"More warnings",
454454
"-w2",
455455
"If this option is checked, ANTLR will wa"
456-
"rn if semantic predicates and/or (É)? bl"
456+
"rn if semantic predicates and/or ()? bl"
457457
"ocks are assumed to cover ambiguous alte"
458458
"rnatives."
459459
},

BaseTools/Source/C/VfrCompile/Pccts/dlg/DlgPPC.mak

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -14,71 +14,71 @@
1414

1515

1616
MAKEFILE = dlgPPC.make
17-
¥MondoBuild¥ = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
18-
Includes =
19-
-i "::h:"
17+
MondoBuild = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
18+
Includes =
19+
-i "::h:"
2020
-i "::support:set:"
21-
Sym¥PPC =
22-
ObjDir¥PPC = ":Obj:"
23-
24-
PPCCOptions = {Includes} {Sym¥PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
25-
26-
Objects¥PPC =
27-
"{ObjDir¥PPC}automata.c.x"
28-
"{ObjDir¥PPC}dlg_a.c.x"
29-
"{ObjDir¥PPC}dlg_p.c.x"
30-
"{ObjDir¥PPC}err.c.x"
31-
"{ObjDir¥PPC}main.c.x"
32-
"{ObjDir¥PPC}output.c.x"
33-
"{ObjDir¥PPC}relabel.c.x"
34-
"{ObjDir¥PPC}support.c.x"
35-
"{ObjDir¥PPC}set.c.x"
36-
37-
38-
dlgPPC ÄÄ {¥MondoBuild¥} {Objects¥PPC}
39-
PPCLink
40-
-o {Targ} {Sym¥PPC} ¶
41-
{Objects¥PPC} ¶
42-
-t 'MPST'
43-
-c 'MPS '
44-
"{SharedLibraries}InterfaceLib"
45-
"{SharedLibraries}StdCLib"
46-
"{SharedLibraries}MathLib"
47-
"{PPCLibraries}StdCRuntime.o"
48-
"{PPCLibraries}PPCCRuntime.o"
21+
SymPPC =
22+
ObjDirPPC = $":Obj:"
23+
24+
PPCCOptions = {Includes} {SymPPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
25+
26+
ObjectsPPC =
27+
"${ObjDirPPC}automata.c.x"
28+
"${ObjDirPPC}dlg_a.c.x"
29+
"${ObjDirPPC}dlg_p.c.x"
30+
"${ObjDirPPC}err.c.x"
31+
"${ObjDirPPC}main.c.x"
32+
"${ObjDirPPC}output.c.x"
33+
"${ObjDirPPC}relabel.c.x"
34+
"${ObjDirPPC}support.c.x"
35+
"${ObjDirPPC}set.c.x"
36+
37+
38+
dlgPPC: ${MondoBuild} ${ObjectsPPC}
39+
PPCLink
40+
-o ${Targ} ${SymPPC}
41+
${ObjectsPPC}
42+
-t 'MPST'
43+
-c 'MPS '
44+
"{SharedLibraries}InterfaceLib"
45+
"{SharedLibraries}StdCLib"
46+
"{SharedLibraries}MathLib"
47+
"{PPCLibraries}StdCRuntime.o"
48+
"{PPCLibraries}PPCCRuntime.o"
4949
"{PPCLibraries}PPCToolLibs.o"
5050

5151

52-
"{ObjDir¥PPC}automata.c.x" Ä {¥MondoBuild¥} automata.c
53-
{PPCC} automata.c -o {Targ} {PPCCOptions}
52+
"${ObjDirPPC}automata.c.x": ${MondoBuild} automata.c
53+
{PPCC} automata.c -o ${Targ} ${PPCCOptions}
5454

55-
"{ObjDir¥PPC}dlg_a.c.x" Ä {¥MondoBuild¥} dlg_a.c
56-
{PPCC} dlg_a.c -o {Targ} {PPCCOptions}
55+
"${ObjDirPPC}dlg_a.c.x": ${MondoBuild} dlg_a.c
56+
{PPCC} dlg_a.c -o ${Targ} ${PPCCOptions}
5757

58-
"{ObjDir¥PPC}dlg_p.c.x" Ä {¥MondoBuild¥} dlg_p.c
59-
{PPCC} dlg_p.c -o {Targ} {PPCCOptions}
58+
"${ObjDirPPC}dlg_p.c.x": ${MondoBuild} dlg_p.c
59+
{PPCC} dlg_p.c -o ${Targ} ${PPCCOptions}
6060

61-
"{ObjDir¥PPC}err.c.x" Ä {¥MondoBuild¥} err.c
62-
{PPCC} err.c -o {Targ} {PPCCOptions}
61+
"${ObjDirPPC}err.c.x": ${MondoBuild} err.c
62+
{PPCC} err.c -o ${Targ} ${PPCCOptions}
6363

64-
"{ObjDir¥PPC}main.c.x" Ä {¥MondoBuild¥} main.c
65-
{PPCC} main.c -o {Targ} {PPCCOptions}
64+
"${ObjDirPPC}main.c.x": ${MondoBuild} main.c
65+
{PPCC} main.c -o ${Targ} ${PPCCOptions}
6666

67-
"{ObjDir¥PPC}output.c.x" Ä {¥MondoBuild¥} output.c
68-
{PPCC} output.c -o {Targ} {PPCCOptions}
67+
"${ObjDirPPC}output.c.x": ${MondoBuild} output.c
68+
{PPCC} output.c -o ${Targ} ${PPCCOptions}
6969

70-
"{ObjDir¥PPC}relabel.c.x" Ä {¥MondoBuild¥} relabel.c
71-
{PPCC} relabel.c -o {Targ} {PPCCOptions}
70+
"${ObjDirPPC}relabel.c.x": ${MondoBuild} relabel.c
71+
{PPCC} relabel.c -o ${Targ} ${PPCCOptions}
7272

73-
"{ObjDir¥PPC}support.c.x" Ä {¥MondoBuild¥} support.c
74-
{PPCC} support.c -o {Targ} {PPCCOptions}
73+
"${ObjDirPPC}support.c.x": ${MondoBuild} support.c
74+
{PPCC} support.c -o ${Targ} ${PPCCOptions}
7575

76-
"{ObjDir¥PPC}set.c.x" Ä MondoBuild¥} "::support:set:set.c"
77-
{PPCC} "::support:set:set.c" -o {Targ} {PPCCOptions}
76+
"${ObjDirPPC}set.c.x": ${MondoBuild} "::support:set:set.c"
77+
{PPCC} "::support:set:set.c" -o ${Targ} ${PPCCOptions}
7878

7979

80-
dlgPPC ÄÄ dlg.r
80+
dlgPPC: dlg.r
8181
Rez dlg.r -o dlgPPC -a
8282

83-
Install Ä dlgPPC
83+
Install : dlgPPC
8484
Duplicate -y dlgPPC "{MPW}"Tools:dlg

0 commit comments

Comments
 (0)