OSDN Git Service

Documentation/filesystems/vfat.txt: fix a remark that implies UCS2
authorAdam Borowski <kilobyte@angband.pl>
Mon, 18 Dec 2017 19:47:27 +0000 (20:47 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Dec 2017 20:39:28 +0000 (13:39 -0700)
All non-historic operating systems support the full range of Unicode here,
thus you can make filenames for example in Gothic (πŒΌπŒ΄π‰π…), the other Gothic
(π“‚β„―β„΄π“Œ) or the third Gothic (π—†π–Ύπ—ˆπ—), or declare something as πŸ’©.

Characters above U+FFFF are encoded on four bytes.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/vfat.txt

index cf51360..9103129 100644 (file)
@@ -344,4 +344,4 @@ the following:
           characters in the final slot are set to Unicode 0xFFFF.
 
 Finally, note that the extended name is stored in Unicode.  Each Unicode
-character takes two bytes.
+character takes either two or four bytes, UTF-16LE encoded.