From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grigory Batalov Subject: Cyrillic filenames Date: Sat, 29 May 2004 21:26:58 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20040529212658.298d0321.bga@altlinux.ru> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: List-Id: Content-Type: text/plain; charset="windows-1253" To: linux-msdos@vger.kernel.org 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(): `=E2a=E2=E2' (16) MFS: dos_gen: compare '????????'.'???' to '=92A=92=92 '.' ' MFS: is_msdos_device ???????? MFS: find file /home/bga/.dosemu/drives/c/=E2a=E2=E2 MFS: is_msdos_device /home/bga/.dosemu/drives/c/=E2a=E2=E2 MFS: file exists as is If I create this file under Linux, then log says: MFS: get_dir(): `=F4=E5=F3=F4' (16) <-- correct, but 'dir' shows wrong = name MFS: dos_gen: compare '????????'.'???' to '=F4=95=F3=F4 '.' ' MFS: is_msdos_device ???????? MFS: find file /home/bga/.dosemu/drives/c/=F4=E5=F3=F4 MFS: is_msdos_device /home/bga/.dosemu/drives/c/=F4=E5=F3=F4 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html