From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22136 invoked from network); 5 Oct 2001 01:35:40 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Oct 2001 01:35:40 -0000 Received: (qmail 4210 invoked by alias); 5 Oct 2001 01:35:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15940 Received: (qmail 4197 invoked from network); 5 Oct 2001 01:35:34 -0000 Date: Thu, 4 Oct 2001 21:35:29 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: utf8 for _mount -t vfat Message-ID: <20011004213529.A30555@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Index: Completion/Unix/Command/_mount =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_mount,v retrieving revision 1.7 diff -u -r1.7 _mount --- Completion/Unix/Command/_mount 2001/10/05 01:29:36 1.7 +++ Completion/Unix/Command/_mount 2001/10/05 01:34:21 @@ -374,9 +374,10 @@ _fs_msdos=( "$_fs_fat[@]" ) _fs_umsdos=( "$_fs_fat[@]" ) _fs_vfat=( "$_fs_fat[@]" - 'uni_xlate[translate unicode to escaped sequences]' + '(utf8)uni_xlate[translate unicode to escaped sequences]' 'posix[allow file names only differing in case]' 'nonumtail[try short name before number extension]' + '(uni_xlate)utf8[mount the filesystem in UTF8 mode]' ) _fs_hpfs=( 'uid[specify user ID of all files]:user ID:'