Skip to content

Commit 3bef091

Browse files
committed
CharacterEncoding: add description and comment
1 parent 359b501 commit 3bef091

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ksy_schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,8 @@
694694
]
695695
},
696696
"CharacterEncoding": {
697+
"description": "canonical names of character encodings supported by Kaitai Struct\n\nin addition to these canonical names, the compiler (since version 0.11) also recognizes their popular aliases, but issues a warning for them",
698+
"$comment": "the `enum` list must be kept in sync with https://github.com/kaitai-io/kaitai_struct_compiler/blob/master/shared/src/main/scala/io/kaitai/struct/EncodingList.scala",
697699
"enum": [
698700
"ASCII",
699701
"UTF-8",

0 commit comments

Comments
 (0)