Skip to content

Commit

Permalink
Fix encoding warnings in test KSYs which are not relevant for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Apr 19, 2024
1 parent e9eb17d commit 4de0689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formats/params_pass_array_str.ksy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
meta:
id: params_pass_array_str
encoding: ascii
encoding: ASCII
seq:
- id: str_array
type: str
Expand Down
2 changes: 1 addition & 1 deletion formats/valid_long.ksy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
meta:
id: valid_long
encoding: utf-8
encoding: UTF-8
endian: le
seq:
- id: magic1
Expand Down
2 changes: 1 addition & 1 deletion formats/valid_short.ksy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
meta:
id: valid_short
encoding: utf-8
encoding: UTF-8
endian: le
seq:
- id: magic1
Expand Down

0 comments on commit 4de0689

Please sign in to comment.