From: Grigory Batalov <bga@altlinux.ru>
To: linux-msdos@vger.kernel.org
Subject: Cyrillic filenames
Date: Sat, 29 May 2004 21:26:58 +0400 [thread overview]
Message-ID: <20040529212658.298d0321.bga@altlinux.ru> (raw)
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
next reply other threads:[~2004-05-29 17:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-29 17:26 Grigory Batalov [this message]
2004-05-30 19:45 ` Cyrillic filenames 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040529212658.298d0321.bga@altlinux.ru \
--to=bga@altlinux.ru \
--cc=linux-msdos@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.