I seem to remember Matthias Paul mentioning a text mode emulated somehow in graphics mode. There might be several problems with applications that either jump to graphic mode, or that go to use BIOS directly. How about a driver (possibly DISPLAY 2.0 ;-)) that replaces CON, and does this hook the int10h, and implement all the text mode stuff in graphics mode? It might work...
Aitor ---------- Original Message ------------- Subject: Re: [Freedos-devel] Unicode and UTF-8 in FreeDos? Date: Wed, 26 Oct 2005 21:49:12 +0400 (MSD) From: "Arkady V.Belousov" <[EMAIL PROTECTED]> To: [email protected] Hi! 26-ïËÔ-2005 20:20 [EMAIL PROTECTED] (Markus Laire) wrote to [email protected]: ML> I'd like to know if there is any support for unicode and UTF-8 in FreeDos? I don't know _DOS applications_ which supports unicode (and UTF). ML> Specifically, I'd like to be able to view UTF-8 text-files in FreeDos ML> but I don't need to edit them. Is there any program (even in ML> development) which can show utf8-files in FreeDos? To show such files, this application should work in graphics mode (in text mode you have only 256-512 characters available) and should include some unicode fonts, which contains required by you characters. Again: I don't know such DOS applications. ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
