diff options
Diffstat (limited to 'system/terminal-codes/unknown/src/GENGEN.ELA')
-rw-r--r-- | system/terminal-codes/unknown/src/GENGEN.ELA | 2 |
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) ;
|