The strings length-prefix must be in upper case
This commit is contained in:
parent
ca4c10021a
commit
371a8bf24a
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
*
|
||||
* There exists four datatypes; string, integer, list and dictionary:
|
||||
*
|
||||
* - Strings are length-prefixed base sixteen followed by a colon and the
|
||||
* string. For example 6:FooBar corresponds to 'FooBar'.
|
||||
* - Strings are length-prefixed base sixteen (upper case) followed by a colon
|
||||
* and the string. For example 6:FooBar corresponds to 'FooBar'.
|
||||
*
|
||||
* - Integers are represented by an 'i' followed by the number in base 16
|
||||
* followed by an 's'. For example i3s corresponds to 3 and i-3s corresponds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue