summaryrefslogtreecommitdiff
path: root/system/std.zusatz
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-03-02 17:15:47 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-03-02 17:15:47 +0100
commitc316cd982303f30f29075f31bcd910f9be38bb25 (patch)
tree12ba04bd0f2a94bd48583ee5f2ab269b6ba5c8b3 /system/std.zusatz
parent50acf53648b6562853cb26aa4e7062a5ced66908 (diff)
downloadeumel-src-c316cd982303f30f29075f31bcd910f9be38bb25.tar.gz
eumel-src-c316cd982303f30f29075f31bcd910f9be38bb25.tar.bz2
eumel-src-c316cd982303f30f29075f31bcd910f9be38bb25.zip
Convert charset to utf8HEADmaster
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.
Diffstat (limited to 'system/std.zusatz')
-rw-r--r--system/std.zusatz/1.7.3/src/std printer4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/std.zusatz/1.7.3/src/std printer b/system/std.zusatz/1.7.3/src/std printer
index f00fa80..91a07c7 100644
--- a/system/std.zusatz/1.7.3/src/std printer
+++ b/system/std.zusatz/1.7.3/src/std printer
@@ -13,7 +13,7 @@ PACKET std printer DEFINES reset printer, (* F. Klapper *)
y pos,
line:
-LET begin mark cmd = ""15"", (* Kommandos fr 'output buffer' *)
+LET begin mark cmd = ""15"", (* Kommandos für 'output buffer' *)
end mark cmd = ""14"",
bsp cmd = ""8"" ,
printercmd cmd = ""16"",
@@ -22,7 +22,7 @@ LET begin mark cmd = ""15"", (* Kommandos fr 'output buffer' *)
bsp code = 8,
printercmd code = 16,
- cr = ""13"", (* Steuerzeichen fr die Ausgabe *)
+ cr = ""13"", (* Steuerzeichen für die Ausgabe *)
lf = ""10"",
underline char = "_",