Adam Borowski <kilob...@angband.pl> writes:

> 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 <kilob...@angband.pl>
> ---
>  Documentation/filesystems/vfat.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.

Acked-by: OGAWA Hirofumi <hirof...@mail.parknet.co.jp>

Thanks.
-- 
OGAWA Hirofumi <hirof...@mail.parknet.co.jp>
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to