Skip to content

Commit 7339847

Browse files
committed
CharacterEncoding: sync the encoding list with KSC
1 parent dc80644 commit 7339847

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ksy_schema.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,14 +695,14 @@
695695
},
696696
"CharacterEncoding": {
697697
"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",
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 - the CI workflow [`check.yml`](https://github.com/kaitai-io/ksy_schema/blob/master/.github/workflows/check.yml) checks this",
699699
"enum": [
700700
"ASCII",
701701
"UTF-8",
702-
"UTF-16LE",
703702
"UTF-16BE",
704-
"UTF-32LE",
703+
"UTF-16LE",
705704
"UTF-32BE",
705+
"UTF-32LE",
706706
"ISO-8859-1",
707707
"ISO-8859-2",
708708
"ISO-8859-3",
@@ -728,7 +728,10 @@
728728
"windows-1257",
729729
"windows-1258",
730730
"IBM437",
731-
"IBM866"
731+
"IBM866",
732+
"Shift_JIS",
733+
"Big5",
734+
"EUC-KR"
732735
]
733736
}
734737
}

0 commit comments

Comments
 (0)