Menu

#254 Strange character at boot

freedos12
closed-fixed
nobody
None
5
2024-08-03
2019-12-17
InfoLibre
No

When we boot FreeDOS 1.3, there's a strange character in the memory summary : SYST¬ME instead of SYSTEME

1 Attachments

Discussion

  • InfoLibre

    InfoLibre - 2019-12-17

    I installed FreeDOS in French language.

     
  • Shidel

    Shidel - 2019-12-19

    This is because the installer has not been provided with the codepage settings to display the French language correctly. They are required to load the proper characters. Normally, this would happen in the AUTOEXEC.BAT or FDAUTO.BAT startup batch file. Since the installer does not know how to set them correctly for French at this time, it leaves that up to the user to configure. The lack of these settings will cause any multi-language program that supports French to display some characters improperly. Eventually, someone will provide those settings and the installer will then make the nessasary changes automatically.

     
  • InfoLibre

    InfoLibre - 2019-12-23

    In FDCONFIG.SYS, I found this line :
    !COUNTRY=001,858,C:\FDOS\BIN\COUNTRY.SYS
    For France, I suppose that it should be replaced by :
    !COUNTRY=033,858,C:\FDOS\BIN\COUNTRY.SYS

    I tried with this configuration (and with codepage 850 too) but I still have SYST¬ME instead of SYSTÈME. It's strange because on the same screen, other words are well written : démarrage, système (see joined file).

     

    Last edit: InfoLibre 2020-01-27
  • InfoLibre

    InfoLibre - 2019-12-23

    I found this solution :

    In C:\FDCONFIG.SYS :

    Not useful to solve the problem with SYST¬ME but useful for other things, I suppose :
    !COUNTRY=033,858,C:\FDOS\BIN\COUNTRY.SYS

    In C:\FDAUTO.BAT :

    Not useful to solve the problem with SYST¬ME but useful for other things, I suppose :
    SET LANG=FR
    ...
    Solve the problem with SYST¬ME :
    LH DISPLAY CON=(EGA,,1)
    MODE CON CODEPAGE PREPARE=((858) C:\FDOS\CPI\EGA.CPX)
    MODE CON CODEPAGE SELECT=858

    Not useful to solve the problem with SYST¬ME but necessary to use french keyboard and € (AltGr+e) :
    LH KEYB FR,858

    Could somebody modify the installer to have this configuration when installing FreeDOS with a french keyboard, please ?

     

    Last edit: InfoLibre 2020-01-27
  • Shidel

    Shidel - 2020-01-05

    Thank you for the information. I hope to review and include your configuration settings into the installer prior to the next OS release.

     
  • fritz.mueller

    fritz.mueller - 2024-07-31

    I just checked the "E" with FDT2407, german settings and "SET LANG=FR". It works. In FreeDOS 1.2 the "E" was shown wrong.
    So I think this thread can be closed.

     
    👍
    1
  • Shidel

    Shidel - 2024-08-03
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB