patch-2.3.35 linux/Documentation/filesystems/vfat.txt
Next file: linux/Documentation/networking/sis900.txt
Previous file: linux/Documentation/filesystems/cramfs.txt
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Dec 21 14:28:39 1999
-  Orig file: 
v2.3.34/linux/Documentation/filesystems/vfat.txt
-  Orig date: 
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.3.34/linux/Documentation/filesystems/vfat.txt linux/Documentation/filesystems/vfat.txt
@@ -29,8 +29,8 @@
 		 a '?' is used when no translation is possible.  The
 		 escape character is ':' because it is otherwise
 		 illegal on the vfat filesystem.  The escape sequence
-		 that gets used, where u is the unicode character, is:
-			':', (u & 0x3f), ((u>>6) & 0x3f), (u>>12),
+		 that gets used is ':' and the four digits of hexadecimal
+		 unicode.
 posix=<bool>  -- Allow names of same letters, different case such as
                  'LongFileName' and 'longfilename' to coexist.  This has some
                  problems currently because 8.3 conflicts are not handled
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)