public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Cyrillic filenames
@ 2004-05-29 17:26 Grigory Batalov
  2004-05-30 19:45 ` Bart Oldeman
  0 siblings, 1 reply; 5+ messages in thread
From: Grigory Batalov @ 2004-05-29 17:26 UTC (permalink / raw)
  To: linux-msdos

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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-09 11:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-29 17:26 Cyrillic filenames Grigory Batalov
2004-05-30 19:45 ` Bart Oldeman
2004-06-08 13:53   ` Grigory Batalov
2004-06-08 15:08     ` some notes regarding sound and dosemu Dave Phillips
2004-06-09 11:50       ` Peter Jay Salzman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox