From owner-cvs-all Sun Feb 22 04:06:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23579 for cvs-all-outgoing; Sun, 22 Feb 1998 04:06:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23574; Sun, 22 Feb 1998 04:06:52 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20336; Sun, 22 Feb 1998 04:05:47 -0800 (PST) Date: Sun, 22 Feb 1998 04:05:47 -0800 (PST) Message-Id: <199802221205.EAA20336@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_conv.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/02/22 04:05:46 PST Modified files: sys/msdosfs msdosfs_conv.c Log: Add initial support to map 0x4XX Unicode Cyrillic range names: only win->unix part is implemented at this time with 256-byte table defaulted to KOI8-R (will be loadable in future). Since back mapping not supported yet, you'll get "No such file or directory" on each Cyrillic name with 'ls -l', only 'echo *' work at this moment. Teach current code to understand Unicode a bit. Revision Changes Path 1.16 +308 -13 src/sys/msdosfs/msdosfs_conv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message