From 7c600062d262ab3058cccc39c5c1c909d700eae5 Mon Sep 17 00:00:00 2001 From: Samson Yeung Date: Thu, 29 Feb 2024 18:04:22 -0800 Subject: [PATCH] Fix kaitai-struct-compiler warnings with rekordbox_pdb.ksy --- src/main/kaitai/rekordbox_pdb.ksy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/kaitai/rekordbox_pdb.ksy b/src/main/kaitai/rekordbox_pdb.ksy index 1328fc4..21c9f5a 100644 --- a/src/main/kaitai/rekordbox_pdb.ksy +++ b/src/main/kaitai/rekordbox_pdb.ksy @@ -905,7 +905,7 @@ types: - id: text type: str size: length - 1 - encoding: ascii + encoding: ASCII doc: | The content of the string. instances: @@ -927,7 +927,7 @@ types: - id: text type: str size: length - 4 - encoding: ascii + encoding: ASCII doc: | The content of the string. @@ -943,7 +943,7 @@ types: - id: text type: str size: length - 4 - encoding: utf-16le + encoding: UTF-16LE doc: | The content of the string.