Skip to content

Commit 41732bf

Browse files
committed
Descripton of file name forming
1 parent f1a55f9 commit 41732bf

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

gdtf-spec.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,18 @@ all firmware revisions of the device.
173173
174174
```
175175

176-
The ZIP archive name is specified as follows:
176+
The ZIP archive name is recommended to be specified as follows:
177+
177178
`<ManufacturerName>@<FixtureTypeName>@<OptionalComment>`
178179

179180
Example: `generic@led@comment`
180181

182+
It is recommended to limit the filename to the POSIX "Fully Portable Filenames"
183+
character set: [A-Z], [a-z], [0-9], the symbols '_' (U+005F), '-' (U+002D) and
184+
a maximum of one '.' (U+002E), if needed, use '_' (U+005F) or '-' (U+002D) to
185+
replace unsupported characters.
186+
187+
181188
UTF-8 has to be used to encode the XML file. Each XML file internally
182189
consists of XML nodes. Each XML node could have XML attributes and XML
183190
children. Each XML attribute has a value. If a XML attribute is not

0 commit comments

Comments
 (0)