2.2.1.4 String Item

The count and content of an arbitrary wide character string.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Count (variable)

...

Content (variable)

...

Count (variable): A compact unsigned 64-bit integer (section 2.2.1.1) that specifies the count of characters in the string.

Content (variable): An array of UTF-16 characters that specify the string. It MUST NOT be null-terminated.