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. --- system/ruc-terminal/unknown/src/SETUP.ELA | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/ruc-terminal/unknown/src/SETUP.ELA') diff --git a/system/ruc-terminal/unknown/src/SETUP.ELA b/system/ruc-terminal/unknown/src/SETUP.ELA index 3e2f3e7..ade2118 100644 --- a/system/ruc-terminal/unknown/src/SETUP.ELA +++ b/system/ruc-terminal/unknown/src/SETUP.ELA @@ -66,8 +66,8 @@ LET std datenbits = 4 , (* 8 *) std parity = 1 , (* no parity *) std fixed = 4 , (* RTS ON, DTR ON *) - setup text = "Ende|Kanal|Baudrate|Datenbits|Stopbits|Parity|Fluákontrolle", - ende text = "Žndern|Abbruch" , + setup text = "Ende|Kanal|Baudrate|Datenbits|Stopbits|Parity|Flußkontrolle", + ende text = "Ändern|Abbruch" , kanal text = "2|3" , datenbits text= "5|6|7|8" , stopbits text = "1.0|1.5|2.0" , -- cgit v1.2.3