mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[NOTEVIL] Convert resource file to UTF-8
This converts it from Windows-1252 to UTF-8.
Otherwise the changes to this file are not rendered correctly by GitHub.
As a core developer and repository maintainer, I have the right to change
file contents (including its encoding) without prior discussion, as long as
it corresponds with the repository's code of conduct.
I won't permit curtailment of my rights!
This is my answer and addendum to the commit b6bf110890
,
which tries to disrespect me as a developer and maintainer.
This commit is contained in:
parent
b6bf110890
commit
69562c40e2
1 changed files with 9 additions and 6 deletions
|
@ -21,6 +21,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* UTF-8 */
|
||||||
|
#pragma code_page(65001)
|
||||||
|
|
||||||
STRINGTABLE MOVEABLE
|
STRINGTABLE MOVEABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
1, "Aleksandar Andrejevic"
|
1, "Aleksandar Andrejevic"
|
||||||
|
@ -50,7 +53,7 @@ BEGIN
|
||||||
21, "Claudiu Mihail"
|
21, "Claudiu Mihail"
|
||||||
22, "Colin Finck"
|
22, "Colin Finck"
|
||||||
23, "Daniel Reimer"
|
23, "Daniel Reimer"
|
||||||
24, "Danny Götte"
|
24, "Danny Götte"
|
||||||
25, "David Quintana"
|
25, "David Quintana"
|
||||||
26, "David Welch"
|
26, "David Welch"
|
||||||
27, "Dmitry Chapyshev"
|
27, "Dmitry Chapyshev"
|
||||||
|
@ -69,7 +72,7 @@ BEGIN
|
||||||
36, "Frederik Leemans"
|
36, "Frederik Leemans"
|
||||||
37, "Gabriel Ilardi"
|
37, "Gabriel Ilardi"
|
||||||
38, "Ged Murphy"
|
38, "Ged Murphy"
|
||||||
39, "Gé van Geldorp"
|
39, "Gé van Geldorp"
|
||||||
40, "Gero Kuehn"
|
40, "Gero Kuehn"
|
||||||
41, "Giannis Adamopoulos"
|
41, "Giannis Adamopoulos"
|
||||||
42, "Gregor Anich"
|
42, "Gregor Anich"
|
||||||
|
@ -83,9 +86,9 @@ BEGIN
|
||||||
46, "Gunnar Andre' Dalsnes"
|
46, "Gunnar Andre' Dalsnes"
|
||||||
47, "Hans Kremer"
|
47, "Hans Kremer"
|
||||||
48, "Hartmut Birr"
|
48, "Hartmut Birr"
|
||||||
49, "Hermès Bélusca-Maïto"
|
49, "Hermès Bélusca-Maïto"
|
||||||
50, "Hernan Ochoa"
|
50, "Hernan Ochoa"
|
||||||
51, "Hervé Poussineau"
|
51, "Hervé Poussineau"
|
||||||
52, "Iwan Fatahi"
|
52, "Iwan Fatahi"
|
||||||
53, "James Tabor"
|
53, "James Tabor"
|
||||||
54, "Jan Roeloffzen"
|
54, "Jan Roeloffzen"
|
||||||
|
@ -100,7 +103,7 @@ END
|
||||||
STRINGTABLE MOVEABLE
|
STRINGTABLE MOVEABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
61, "Jens Collin"
|
61, "Jens Collin"
|
||||||
62, "Jérôme Gardou"
|
62, "Jérôme Gardou"
|
||||||
63, "Jim Noeth"
|
63, "Jim Noeth"
|
||||||
64, "Johannes Anderwald"
|
64, "Johannes Anderwald"
|
||||||
65, "Jonathan Wilson"
|
65, "Jonathan Wilson"
|
||||||
|
@ -151,7 +154,7 @@ BEGIN
|
||||||
102, "Robert Kopferl"
|
102, "Robert Kopferl"
|
||||||
103, "Roel Messiant"
|
103, "Roel Messiant"
|
||||||
104, "Royce Mitchell III"
|
104, "Royce Mitchell III"
|
||||||
105, "Samuel Serapión"
|
105, "Samuel Serapión"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE MOVEABLE
|
STRINGTABLE MOVEABLE
|
||||||
|
|
Loading…
Reference in a new issue