Hi Jeff,

In order to type those characters you need two things:
(1) that the characters you want to represent are printable on the screen. For this, you'd use DISPLAY (see documentation and such), because default codepage (character set) will not have the capital accented letters (so you can write è but not È). DISPLAY works well in standalone execution of FreeDOS, but will not work under NT boxes or DOSEMU boxes.
(Information: DISPLAY relies exclusively on BIOS and does not mangle with ports, so this means that involved calls are not implemented).
(2) that the keys that you type in your keyboard correspond to the characters it should print for a French layout. In standalone FreeDOS you have KEYB that you can run as you would in MS-DOS. It works fine under NT boxes as well, but I ignore if it runs under DOSEMU (I don't have a stable DOSEMU installation). Nevertheless, you can change the keyboard layout that the "DOSEMU BIOS" will use by tunning the dosemu.conf file (but I don't know much about this, because I was unsuccessful to load the Spanish layout, doesn't seem to work well).


Aitor


jeff dyn escribió:


Hi
sorry for my bad english

I use dosemu-1.1.1-3.i386.rpm under linux e-smith 6, and i find a freedos who works in french for this system
i try with dosemu-freedos-1.1.1-3.i386.rpm but i cant type "é" or "è" caracteres
i



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freedos-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-user




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freedos-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to