summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/setlabel.html
diff options
context:
space:
mode:
authorLeo C.2024-06-30 09:37:28 +0200
committerLeo C.2024-06-30 09:37:28 +0200
commit5630b9308323c3f3aaa09be8fe0f3aecaa826473 (patch)
treead11998289caa623b98507393f838611317ad03e /fatfs/documents/doc/setlabel.html
parentdbd0d34e68c73b9d3628cc1a1bda0b883976fc8b (diff)
downloadz180-stamp-chan-fatfs.zip
Import fatfs R0.15fatfs-0.15chan-fatfs
Diffstat (limited to 'fatfs/documents/doc/setlabel.html')
-rw-r--r--fatfs/documents/doc/setlabel.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/fatfs/documents/doc/setlabel.html b/fatfs/documents/doc/setlabel.html
index c50db18..9eb5e78 100644
--- a/fatfs/documents/doc/setlabel.html
+++ b/fatfs/documents/doc/setlabel.html
@@ -53,9 +53,9 @@ FRESULT f_setlabel (
<ul>
<li>Up to 11 bytes long as conversion of OEM code page at FAT volume.</li>
<li>Up to 11 characters long at exFAT volume.</li>
-<li>Allowable characters for FAT volume are: <tt>! # $ % &amp; ' ( ) - ^ _ ` ~ { } 0-9 A-Z a-z</tt> and extended characters. Low-case characters are up converted.</li>
-<li>Allowable characters for exFAT volume are: characters allowed for FAT volume and <tt>" + , . ; = [ ]</tt>. Low-case characters are preserved.</li>
-<li>Spaces can be contained anywhere in the volume label. Trailing spaces are truncated off at FAT volume.</li>
+<li>Allowable characters for FAT volume are: characters allowed for SFN excludes dot. Low-case characters are up converted.</li>
+<li>Allowable characters for exFAT volume are: characters allowed for LFN includes dot. Low-case characters are preserved.</li>
+<li>Spaces can be embedded anywhere in the volume label. Trailing spaces are truncated off at FAT volume.</li>
</ul>
<p>Remark: The standard system (Windows) has a problem at the volume label with a heading <tt>\xE5</tt> on the FAT volume. To avoid this problem, this function rejects such volume label as invalid name.</p>
</div>