https://git.reactos.org/?p=reactos.git;a=commitdiff;h=69562c40e236f2f24dc667cbc724cf6f99034d8e

commit 69562c40e236f2f24dc667cbc724cf6f99034d8e
Author:     Stanislav Motylkov <x86co...@gmail.com>
AuthorDate: Mon Jul 29 20:18:06 2024 +0300
Commit:     Stanislav Motylkov <x86co...@gmail.com>
CommitDate: Mon Jul 29 20:42:10 2024 +0300

    [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 b6bf1108905a,
    which tries to disrespect me as a developer and maintainer.
---
 modules/rosapps/applications/notevil/notevil.rc | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/modules/rosapps/applications/notevil/notevil.rc 
b/modules/rosapps/applications/notevil/notevil.rc
index 935eb55f0cc..726722c214e 100644
--- a/modules/rosapps/applications/notevil/notevil.rc
+++ b/modules/rosapps/applications/notevil/notevil.rc
@@ -21,6 +21,9 @@
  *
  */
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 STRINGTABLE MOVEABLE
 BEGIN
     1,   "Aleksandar Andrejevic"
@@ -50,7 +53,7 @@ BEGIN
     21,  "Claudiu Mihail"
     22,  "Colin Finck"
     23,  "Daniel Reimer"
-    24,  "Danny G�tte"
+    24,  "Danny Götte"
     25,  "David Quintana"
     26,  "David Welch"
     27,  "Dmitry Chapyshev"
@@ -69,7 +72,7 @@ BEGIN
     36,  "Frederik Leemans"
     37,  "Gabriel Ilardi"
     38,  "Ged Murphy"
-    39,  "G� van Geldorp"
+    39,  "Gé van Geldorp"
     40,  "Gero Kuehn"
     41,  "Giannis Adamopoulos"
     42,  "Gregor Anich"
@@ -83,9 +86,9 @@ BEGIN
     46,  "Gunnar Andre' Dalsnes"
     47,  "Hans Kremer"
     48,  "Hartmut Birr"
-    49,  "Herm�s B�lusca-Ma�to"
+    49,  "Hermès Bélusca-Maïto"
     50,  "Hernan Ochoa"
-    51,  "Herv� Poussineau"
+    51,  "Hervé Poussineau"
     52,  "Iwan Fatahi"
     53,  "James Tabor"
     54,  "Jan Roeloffzen"
@@ -100,7 +103,7 @@ END
 STRINGTABLE MOVEABLE
 BEGIN
     61,  "Jens Collin"
-    62,  "J�r�me Gardou"
+    62,  "Jérôme Gardou"
     63,  "Jim Noeth"
     64,  "Johannes Anderwald"
     65,  "Jonathan Wilson"
@@ -151,7 +154,7 @@ BEGIN
     102, "Robert Kopferl"
     103, "Roel Messiant"
     104, "Royce Mitchell III"
-    105, "Samuel Serapi�n"
+    105, "Samuel Serapión"
 END
 
 STRINGTABLE MOVEABLE

Reply via email to