Confirmed users
177
edits
No edit summary |
|||
Line 30: | Line 30: | ||
<ul> | <ul> | ||
<li>The keyword <code>bulk</code> is encoded in ASCII, and the spaces are always exactly one ASCII space | <li>The keyword <code>bulk</code> is encoded in ASCII, and the spaces are always exactly one ASCII space | ||
<li><i>actor</i> is a sequence of Unicode characters, encoded in UTF-8, containing no spaces | <li><i>actor</i> is a sequence of Unicode characters, encoded in UTF-8, containing no spaces or colons | ||
<li><i>type</i> is a sequence of Unicode characters, encoded in UTF-8, containing no spaces | <li><i>type</i> is a sequence of Unicode characters, encoded in UTF-8, containing no spaces or colons | ||
<li><i>length</i> is a sequence of decimal ASCII digits | <li><i>length</i> is a sequence of decimal ASCII digits | ||
<li><i>data</i> is a sequence of bytes whose length is <i>length</i> interpreted as a number | <li><i>data</i> is a sequence of bytes whose length is <i>length</i> interpreted as a number |