From: Adam Borowski Date: Mon, 18 Dec 2017 19:47:27 +0000 (+0100) Subject: Documentation/filesystems/vfat.txt: fix a remark that implies UCS2 X-Git-Tag: v4.16-rc1~118^2~47 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=651a9ee42a76e4277129af614fbabf0797657f6e;p=uclinux-h8%2Flinux.git Documentation/filesystems/vfat.txt: fix a remark that implies UCS2 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 Acked-by: OGAWA Hirofumi Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/filesystems/vfat.txt b/Documentation/filesystems/vfat.txt index cf51360e3a9f..91031298beb1 100644 --- a/Documentation/filesystems/vfat.txt +++ b/Documentation/filesystems/vfat.txt @@ -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.