You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: textile/features.textile
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1453,7 +1453,7 @@ h4. Message
1453
1453
** @(TM6a)@ The size is the sum of the sizes of the @name@, @data@, @clientId@, and @extras@ properties
1454
1454
** @(TM6b)@ The size of an @Object@ or @Array@ @data@ property is its string length after being JSON-stringified
1455
1455
** @(TM6c)@ The size of a @binary@ @data@ property is its size in bytes (of the actual binary, not the base64 representation, regardless of whether the binary protocol is in use).
1456
-
** @(TM6f)@ The size of a @string@ @data@ property is its UTF-8 encoded length in bytes (because of Non-ASCII characters)
1456
+
** @(TM6f)@ The size of a @string@ @data@ property is its UTF-8 encoded length in bytes (because of Non-ASCII characters, i.e. 你 is 3 bytes, 😊 is 4 bytes)
1457
1457
** @(TM6g)@ The size of a @string@ @name@ property is its length
1458
1458
** @(TM6h)@ The size of a @string@ @clientId@ property is its length
1459
1459
** @(TM6d)@ The size of the @extras@ property is the string length of its JSON representation
@@ -1630,7 +1630,7 @@ h4. ObjectData
1630
1630
** @(OD3b)@ If set, the size of a @boolean@ property is 1
1631
1631
** @(OD3c)@ If set, the size of a @bytes@ property is its size in bytes (of the actual binary, not the base64 representation, regardless of whether the binary protocol is in use)
1632
1632
** @(OD3d)@ If set, the size of a @number@ property is 8
1633
-
** @(OD3e)@ If set, the size of a @string@ property is its UTF-8 encoded length in bytes (because of Non-ASCII characters)
1633
+
** @(OD3e)@ If set, the size of a @string@ property is its UTF-8 encoded length in bytes (because of Non-ASCII characters, i.e. 你 is 3 bytes, 😊 is 4 bytes)
1634
1634
** @(OD3f)@ The size of a @null@ or omitted property is zero
0 commit comments