diff --git a/formats/nav_parent_vs_value_inst.ksy b/formats/nav_parent_vs_value_inst.ksy index b85661e7a..b3d077055 100644 --- a/formats/nav_parent_vs_value_inst.ksy +++ b/formats/nav_parent_vs_value_inst.ksy @@ -5,7 +5,7 @@ meta: seq: - id: s1 - type: strz + type: str encoding: UTF-8 terminator: 0x7C - id: child diff --git a/formats/opaque_external_type_02_child.ksy b/formats/opaque_external_type_02_child.ksy index 177c3937d..eb18b1d8d 100644 --- a/formats/opaque_external_type_02_child.ksy +++ b/formats/opaque_external_type_02_child.ksy @@ -4,11 +4,11 @@ meta: endian: le seq: - id: s1 - type: strz + type: str encoding: UTF-8 terminator: 0x7C - id: s2 - type: strz + type: str encoding: UTF-8 terminator: 0x7C consume: false @@ -18,7 +18,7 @@ types: opaque_external_type_02_child_child: seq: - id: s3 - type: strz + type: str encoding: UTF-8 terminator: 0x40 include: true diff --git a/formats/term_strz.ksy b/formats/term_strz.ksy index 50bafea71..e434f5f9b 100644 --- a/formats/term_strz.ksy +++ b/formats/term_strz.ksy @@ -3,16 +3,16 @@ meta: endian: le seq: - id: s1 - type: strz + type: str encoding: UTF-8 terminator: 0x7c - id: s2 - type: strz + type: str encoding: UTF-8 terminator: 0x7c consume: false - id: s3 - type: strz + type: str encoding: UTF-8 terminator: 0x40 include: true diff --git a/formats/to_string_custom.ksy b/formats/to_string_custom.ksy index 7c6396a1c..dd893eaca 100644 --- a/formats/to_string_custom.ksy +++ b/formats/to_string_custom.ksy @@ -6,7 +6,7 @@ seq: type: str terminator: 0x7c - id: s2 - type: strz + type: str terminator: 0x7c to-string: | "s1 = " + s1 + ", s2 = " + s2