Hi! Is there a way to create filenames in cp866 encoding under dosemu like this: echo something > TECT (where TECT is in cp866) ?
Under dosemu-1.2.1 I got some pseudo-graphics or ASCII letters, log says: MFS: get_dir(): `БaББ' (16) MFS: dos_gen: compare '????????'.'???' to '▓A▓▓ '.' ' MFS: is_msdos_device ???????? MFS: find file /home/bga/.dosemu/drives/c/БaББ MFS: is_msdos_device /home/bga/.dosemu/drives/c/БaББ MFS: file exists as is If I create this file under Linux, then log says: MFS: get_dir(): `ТЕСТ' (16) <-- correct, but 'dir' shows wrong name MFS: dos_gen: compare '????????'.'???' to 'Т∙СТ '.' ' MFS: is_msdos_device ???????? MFS: find file /home/bga/.dosemu/drives/c/ТЕСТ MFS: is_msdos_device /home/bga/.dosemu/drives/c/ТЕСТ MFS: file exists as is Under dosemu it still looks broken. I see this problem is solved in CVS within dosext/mfs/lfn.c and plugin/translate/translate_config.c. Maybe it was solved earlier and I missed some config issue? - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
