Description: Fixed files encoding
 Some files are distributed by upstream in national encoding. This patch
 converts them to unicode.
 .
 The convertion was doen using the follwong commands:
 recode latin1..UTF-8 fpcsrc/packages/fcl-base/examples/testreg.pp
 recode latin1..UTF-8 fpcsrc/rtl/os2/tests/pmdemo1.h
 recode latin1..UTF-8 demo/os2/pmdemo1.h
 .
 The two last files requiered additional manual fix.
Author: Abou Al Montacir <abou.almontacir@sfr.fr>
Forwarded: Yes
Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/41130
Last-Update: 2025-02-02
diff --git a/demo/os2/pmdemo1.h b/demo/os2/pmdemo1.h
index 993da054..4cfe645c 100644
--- a/demo/os2/pmdemo1.h
+++ b/demo/os2/pmdemo1.h
@@ -1,6 +1,6 @@
 /*******************************************
 
-  Header fr den Ressourcecompiler
+  Header für den Ressourcecompiler
 
 ********************************************/
 #define ID_ClientWindow	1
diff --git a/fpcsrc/packages/fcl-base/examples/testreg.pp b/fpcsrc/packages/fcl-base/examples/testreg.pp
index c35028be..7b0d406a 100644
--- a/fpcsrc/packages/fcl-base/examples/testreg.pp
+++ b/fpcsrc/packages/fcl-base/examples/testreg.pp
@@ -1,5 +1,5 @@
 {=================================================================
- TestReg.pp versin 1.2 12/02/2002
+ TestReg.pp versión 1.2 12/02/2002
  Copyright (C) 2000-2002 by Luis Digital (luis@luis-digital.8m.com)
 
  TestReg pone en prueba y sirve de ejemplo para TRegistry.
@@ -7,7 +7,7 @@
  Este es software libre bajo la licencia GNU/GPL.
  Ver COPYING.FPC y COPYING incluidos con este programa.
 
- Este programa es distribuido esperando que sea til,
+ Este programa es distribuido esperando que sea útil,
  pero SIN NINGUNA GARANTIA.
  =================================================================}
 
diff --git a/fpcsrc/rtl/os2/tests/pmdemo1.h b/fpcsrc/rtl/os2/tests/pmdemo1.h
index 7e03ab40..7e6e5614 100644
--- a/fpcsrc/rtl/os2/tests/pmdemo1.h
+++ b/fpcsrc/rtl/os2/tests/pmdemo1.h
@@ -1,6 +1,6 @@
 /*******************************************
 
-  Header fr den Ressourcecompiler
+  Header für den Ressourcecompiler
 
 ********************************************/
 #define ID_ClientWindow	1
