Skip to content

Commit dede612

Browse files
committed
Descripton of file name forming
1 parent f4f989b commit dede612

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gdtf-spec.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ The ZIP archive name is specified as follows:
178178

179179
Example: `generic@led@comment`
180180

181+
It is recommended to limit filenames to the POSIX "Fully Portable Filenames"
182+
character set: [A-Z], [a-z], [0-9], the symbols '_' (U+005F), '-' (U+002D) and
183+
a maximum of one '.' (U+002E).
184+
181185
UTF-8 has to be used to encode the XML file. Each XML file internally
182186
consists of XML nodes. Each XML node could have XML attributes and XML
183187
children. Each XML attribute has a value. If a XML attribute is not

0 commit comments

Comments
 (0)