-
-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration guide
cheveron edited this page Jun 1, 2020
·
10 revisions
SE Basic IV can be configured using an optional CONFIG.SYS
file in the /SYSTEM/
folder. This file accepts line endings in Macintosh (CR
), UNIX (LF
) and Windows (CRLF
) line endings.
### language (number = required code page)
## deutsch
# ln=de-1252
## english (US)
# ln=en-us
## español
# ln=es-1252
## français
ln=fr-1252
## italiana
# ln=it
## magyar
# ln=hu-1250
## nederlands
# ln=nl
## português (Portugal)
# ln=pt-1252
## suomi
# ln=fi=1252
## türk
# ln=tr-1254
## ελληνικά
# ln=gr-1253
## русский
# ln=ru-1251
## українська
# ln=ua-1251
### code page (8-bit system font)
## Cyrillic
# cp=1251
## Greek
# cp=1253
## Hebrew
# cp=1255
## Japanese (MSX 2+)
# cp=msx2plus
## Latin 1 / Western European
cp=1252
## Latin 2 / Central European
# cp=1250
## Turkish
# cp=1254
## Atari 8-bit
# cp=atascii
## Atari ST
# cp=atari-st
## Commodore 8=bit
# cp=petscii
## IBM PC US
# cp=0437-ibm
This documentation is copyright © 2012-2022 Source Solutions, Inc. Portions copyright © 2014-2019 Rob Hagemans.
Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.