Catalog.json: Difference between revisions

mNo edit summary
Line 139: Line 139:
   {{DataStructureField|length|uint32|4-byte integer, determines the amount of bytes in the <code>text</code> field.}}
   {{DataStructureField|length|uint32|4-byte integer, determines the amount of bytes in the <code>text</code> field.}}
   {{DataStructureField|text|array|Byte array with the contents of the string. The exact format (UTF-8 vs UTF-16) must be determined separately.|
   {{DataStructureField|text|array|Byte array with the contents of the string. The exact format (UTF-8 vs UTF-16) must be determined separately.|
     {{DataStructureField||uint8|A byte within the string.}}
     {{DataStructureField||uint8|A byte of the string.}}
   }}
   }}
}}
}}