summaryrefslogtreecommitdiff
path: root/system/terminal-codes/unknown/src/GENGEN.ELA
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/terminal-codes/unknown/src/GENGEN.ELA
parent50acf53648b6562853cb26aa4e7062a5ced66908 (diff)
downloadeumel-src-master.tar.gz
eumel-src-master.tar.bz2
eumel-src-master.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/terminal-codes/unknown/src/GENGEN.ELA')
-rw-r--r--system/terminal-codes/unknown/src/GENGEN.ELA2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/terminal-codes/unknown/src/GENGEN.ELA b/system/terminal-codes/unknown/src/GENGEN.ELA
index ca88fd7..2add75a 100644
--- a/system/terminal-codes/unknown/src/GENGEN.ELA
+++ b/system/terminal-codes/unknown/src/GENGEN.ELA
@@ -190,7 +190,7 @@ TEXT PROC denoter (ROW 64 INT VAR y, INT CONST pos, ende) :
WHILE i < 128 AND zugriff <> ende REP
IF zugriff > 31 AND zugriff < 127 THEN zeile CAT code (zugriff)
ELIF zugriff = 34 THEN zeile CAT """"""
- ELIF zugriff = 251 THEN zeile CAT "á"
+ ELIF zugriff = 251 THEN zeile CAT "ß"
ELIF zugriff > 216 AND zugriff < 224 THEN zeile CAT code (zugriff)
ELSE zeile CAT """" ;
zeile CAT text (zugriff) ;