diff options
author | Adam Borowski <kilobyte@angband.pl> | 2017-12-18 22:47:27 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-12-21 23:39:28 +0300 |
commit | 651a9ee42a76e4277129af614fbabf0797657f6e (patch) | |
tree | a51445ce318b70b7320ba05f431fed74b933ff29 /Documentation | |
parent | 227d1a61ed87033285d187214f305c27895176f9 (diff) | |
download | linux-651a9ee42a76e4277129af614fbabf0797657f6e.tar.xz |
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 <kilobyte@angband.pl>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/vfat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |