The strings length-prefix must be in upper case

This commit is contained in:
Micke Prag 2012-02-09 17:16:25 +01:00
parent ca4c10021a
commit 371a8bf24a

View file

@ -42,8 +42,8 @@
* *
* There exists four datatypes; string, integer, list and dictionary: * There exists four datatypes; string, integer, list and dictionary:
* *
* - Strings are length-prefixed base sixteen followed by a colon and the * - Strings are length-prefixed base sixteen (upper case) followed by a colon
* string. For example 6:FooBar corresponds to 'FooBar'. * and the string. For example 6:FooBar corresponds to 'FooBar'.
* *
* - Integers are represented by an 'i' followed by the number in base 16 * - 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 * followed by an 's'. For example i3s corresponds to 3 and i-3s corresponds