On 9.12.2021 18:35, Jerome Shidel wrote:
> >> * When launching PGME, I couldn't find the PGME.BAT file. So I can't >> start FDIMPLES for instance. > > There is no such file as PGME.BAT. Ouch. PGM.BAT works just fine, I was looking for PGME.BAT, my bad. >> * Speaking of FDIMPLES, it doesn't display Turkish characters like ş, ğ, >> ı and so on. > > Well, the problem would not be FDIMPLES itself. It doesn’t care what > character is being displayed. The exception being when converting upper/lower > case may have odd behaviors with non-english characters. > > That leaves the original translation, code page conversion, possible old > metadata that has not been updated, an issue processing the meta-data by one > of the package management utilities or processing done in the RBE. > > It will need further investigation. Okay, have fun :-P As an additional information, French letters such as é, ê, è and so on aren't displayed either. >> But the Turkish Q keyboard doesn't work >> after installation (haven't tested the F layout yet) so bug # 306 on SF >> still seems to be with us. > > Is it being set correctly in FDAUTO and just not working? It would seem so. I see the line keyb TR,857,%DOSDIR%BINKEYBRD2.SYS in FDAUTO.BAT > So to help determine what is going on. See it it still happens when LANG=EN. > If it does, then the problem is probably not the FDNET.BAT file. Everything is working fine now. I don't know what the problem was and like Tom said, I should have written down the error message. Anyway, in English, French and Turkish in VirtualBox FDNPKG can connect and update the packages. >> I also noticed some translation typos, stuff like a Parameter Error in >> French in CDROM.BAT, a /p in the installer in Turkish and some slight >> layout problems mem because of a missing space. After playing a little >> more with the new RC, I'll send corrections to FD-NLS. Alright, the /p was enclosed in quotation marks, so this was easy. Regarding the Parameter Error messages, I noticed them in cdrom.fr and fdnet.fr for instance. Let's consider: CD.TRY_DRVR= /g tentative d'utilisation du pilote CD /fYellow "%1" /fGrey in cdrom.fr, in English it's ERROR.HARDWARE=/fLightRed Physical hardware networking is not supported at this time. /fGrey /p or ERROR.HARDWARE=/fLightRed La mise en réseau matérielle n'est actuellement pas prise en charge. /fGrey /p in fdnet.fr -- in English it's ERROR.HARDWARE=/fLightRed Physical hardware networking is not supported at this time. /fGrey /p I guess these are used in batch files and that the ' character is the problem. Should it be escaped or be in double quotation marks? _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
