Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 1997 21:14:19 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        ache@nagual.ru, bde@freefall.freebsd.org
Cc:        cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org
Subject:   Re: cvs commit:  src/usr.bin/lsvfs lsvfs.c
Message-ID:  <199703041014.VAA04295@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>   Print VFCF_UNICODE flag in the unlikely event that it is set.
>
>Is it indicates file system character set?

One particular character set.

>I have big problem with MSDOSFS character set now which is different
>from the screen character set. Decode table exists, of course, but
>I don't know how to pass it in the kernel properly and which kernel
>routines will convert files names in/out. Could you suggest how it
>can be done without breaking current interface much?

There is no support for it now.  VFCF_UNICODE seems to be part of
Terry's kernel.  For a simple translation (no expansion) you could
just call an fs (and mount-flag) specific translation function after
calling copyinstr() in a few places.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703041014.VAA04295>