zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: utf8 for _mount -t vfat
@ 2001-10-05  1:35 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-10-05  1:35 UTC (permalink / raw)
  To: zsh-workers

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:'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-05  1:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-05  1:35 PATCH: utf8 for _mount -t vfat Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).