Skip to content

Commit 29ce757

Browse files
committed
Update the SPEC to v3.2.3
* Most are the same with adding '%' support Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 0a92a26 commit 29ce757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/specification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _specification:
22

33
===============================
4-
ABOUT File Specification v3.2.2
4+
ABOUT File Specification v3.2.3
55
===============================
66

77
Purpose
@@ -57,7 +57,7 @@ A file name can contain only these US-ASCII characters:
5757

5858
- digits from 0 to 9
5959
- uppercase and lowercase letters from A to Z
60-
- the following symbols: ``"_", "-", "+", ".", "(", ")", "~", "[", "]", "{", "}", "@"``
60+
- the following symbols: ``"_", "-", "+", ".", "(", ")", "~", "[", "]", "{", "}", "@", "%"``
6161
- The case of a file name is not significant. On case-sensitive file systems (such as on Linux), a tool must report an error if two ABOUT files stored in the same directory have the same lowercase file name. This is to ensure that ABOUT files can be used across file systems. The convention is to use a lowercase file name and an uppercase ABOUT extension.
6262

6363
Lines of text

0 commit comments

Comments
 (0)