From c316cd982303f30f29075f31bcd910f9be38bb25 Mon Sep 17 00:00:00 2001
From: Lars-Dominik Braun <lars@6xq.net>
Date: Sat, 2 Mar 2019 17:15:47 +0100
Subject: Convert charset to utf8
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Files imported in commit 98cab31fc3659e33aef260efca55bf9f1753164c were
exported from EUMEL to DOS and used codepage 437/850(?). Convert files
to UTF-8 where possible. Some files were left as-is. I’m not sure
whether converting these would be correct.
---
 system/at/unknown/src/AT Utilities | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

(limited to 'system/at/unknown/src/AT Utilities')

diff --git a/system/at/unknown/src/AT Utilities b/system/at/unknown/src/AT Utilities
index d1c87d5..bfdee15 100644
--- a/system/at/unknown/src/AT Utilities	
+++ b/system/at/unknown/src/AT Utilities	
@@ -1,13 +1,13 @@
 (*************************************************************************)
 (*** AT-spezifische Software, die zum Lesen der Hardwareuhr und        ***)
-(*** Booten in anderen Partitionen ben�tigt wird.                      ***)
+(*** Booten in anderen Partitionen benötigt wird.                      ***)
 (***                                                                   ***)
-(*** Zusammengestellt und ge�ndert : Werner Sauerwein, GMD             ***)
+(*** Zusammengestellt und geändert : Werner Sauerwein, GMD             ***)
 (***                         Stand : 17.07.86                          ***)
 (*************************************************************************)
 
 PACKET splitting DEFINES  low byte,     (* Copyright (C) 1985       *)
-                          high byte,    (* Martin Sch�nbeck, Spenge *)
+                          high byte,    (* Martin Schönbeck, Spenge *)
                           low word,     (* Stand: 13.09.85          *)
                           high word: 
  
@@ -191,7 +191,7 @@ END PACKET basic block io;
 (**************************************************************************)
 
 PACKET part DEFINES activate :             (* Copyright (C) 1985       *)
-                                           (* Martin Sch�nbeck, Spenge *)
+                                           (* Martin Schönbeck, Spenge *)
                                            (* Stand      : 02.02.86    *)
                                            (* Changed by : W.Sauerwein *)
                                            (* Stand      : 04.07.86    *)
@@ -275,7 +275,7 @@ PROC activate (INT CONST part type):
     IF partition type exists AND is possible type
          THEN deactivate all partitions and
               activate desired partition
-         ELSE errorstop ("Gew�nschte Partitionart gibt es nicht")
+         ELSE errorstop ("Gewünschte Partitionart gibt es nicht")
     FI.
 
 is possible type:
@@ -359,7 +359,7 @@ END PACKET part;
 (**************************************************************************)
 
 PACKET hw clock DEFINES hw clock:        (* Copyright (C) 1985       *)
-                                         (* Martin Sch�nbeck, Spenge *)
+                                         (* Martin Schönbeck, Spenge *)
 LET clock length  = 7,                   (* Stand: 06.11.85          *)
     clock command = 4;
 
@@ -428,7 +428,7 @@ END PACKET hw clock
 (**************************************************************************)
 
 PACKET old shutup DEFINES old shutup,       (* Copyright (C) 1985       *)
-                          old save system:  (* Martin Sch�nbeck, Spenge *)
+                          old save system:  (* Martin Schönbeck, Spenge *)
                                             (* Stand: 06.11.85          *)
 PROC old shutup : shutup END PROC old shutup;
 
@@ -570,7 +570,7 @@ END PACKET new shutup
 PACKET config manager with time DEFINES configuration manager ,
                                         configuration manager with time :
                                       (* Copyright (C) 1985       *)
-INT VAR old session := 0;             (* Martin Sch�nbeck, Spenge *)
+INT VAR old session := 0;             (* Martin Schönbeck, Spenge *)
                                       (* Stand: 06.11.85          *)
 PROC configuration manager: 
  
-- 
cgit v1.2.3