comparison DOCS/tech/mpcf.txt @ 17835:b493e5ba8741

strings without terminating NUL
author ods15
date Sun, 12 Mar 2006 20:44:22 +0000
parents edef5f47dfac
children 0ebc8dfa136a
comparison
equal deleted inserted replaced
17834:d378f2f39537 17835:b493e5ba8741
96 b (binary data or string, to be use in vb, see below) 96 b (binary data or string, to be use in vb, see below)
97 for(i=0; i<length; i++){ 97 for(i=0; i<length; i++){
98 data[i] u(8) 98 data[i] u(8)
99 } 99 }
100 [Note: strings MUST be encoded in UTF-8] 100 [Note: strings MUST be encoded in UTF-8]
101 [Note: the character NUL (U+0000) is not legal within
102 or at the end of a string.]
101 103
102 vb (variable length binary data or string) 104 vb (variable length binary data or string)
103 length v 105 length v
104 value b 106 value b
105 107