Log Message: |
Add basic support for strings in structures.
Currently supported encodings are ASCII and UTF16-LE/BE.
Strings can be added to.osd by using the <string> element.
Strings can have a fixed length (byte count or character count),
be terminated by a certain unicode code point, or both (whichever occurs first)
CCBUG: 263489
|