From c316cd982303f30f29075f31bcd910f9be38bb25 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun 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. --- app/speedtest/1986/src/notice | 4 ++-- app/speedtest/1986/src/speed tester | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/speedtest/1986/src') diff --git a/app/speedtest/1986/src/notice b/app/speedtest/1986/src/notice index ea1bca9..3e112c5 100644 --- a/app/speedtest/1986/src/notice +++ b/app/speedtest/1986/src/notice @@ -64,9 +64,9 @@ END PROC notice heading ; PROC notice frequency (INT CONST frequency 1, frequency 2) : line (mem, 1) ; - put (mem, "Wiederholungsfaktor fr schnelle Operationen : "+text (frequency 1)) ; + put (mem, "Wiederholungsfaktor für schnelle Operationen : "+text (frequency 1)) ; line (mem, 1) ; - put (mem, "Wiederholungsfaktor fr langsame Operationen : "+text (frequency 2)) ; + put (mem, "Wiederholungsfaktor für langsame Operationen : "+text (frequency 2)) ; line (mem, 1) END PROC notice frequency ; diff --git a/app/speedtest/1986/src/speed tester b/app/speedtest/1986/src/speed tester index 37f937f..3f69008 100644 --- a/app/speedtest/1986/src/speed tester +++ b/app/speedtest/1986/src/speed tester @@ -72,7 +72,7 @@ PROC test speed : put ("Gesamtlaufzeit : ") ; put (time (end-begin)) ; line (2) ; - put ("Taste drcken oder warten") ; + put ("Taste drücken oder warten") ; pause (600) ; -- cgit v1.2.3