robhagemans / pcbasic

PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
http://www.pc-basic.org
Other
393 stars 48 forks source link

Greek codepages, didn't work for me. #233

Closed Achaean closed 7 months ago

Achaean commented 7 months ago

Bug report

Problem

Codepages 737 and 851, doesn't seems to work for me.

Steps

I tried to run a Hello world program.

>cat HELLO.BAS
10 PRINT "Γειά σου κόσμε"
>

I'm attaching a screenshot.

Notes

PC-BASIC version: Latest (2.0.7). Operating system version: On a Debian based system x64. Screenshot

robhagemans commented 7 months ago

Hi, codepage=737 is not a BASIC command but a configuration setting.

Please see http://robhagemans.github.io/pcbasic/doc/2.0/#changing-settings on how to change configuration settings.

Achaean commented 7 months ago

Ooops!!! Mea culpa! :-) Seems like I failed to locate, this specific part of documentation.

THANKS Rob and have a Happy New Year!!! ;-)