Skip to content

Commit

Permalink
EncodingList: add Shift_JIS, Big5 and EUC-KR
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Aug 30, 2024
1 parent 232999d commit 5832a81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/src/main/scala/io/kaitai/struct/EncodingList.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ object EncodingList {
"windows-1258" -> Set("cp1258", "cswindows1258"),
"IBM437" -> Set("cp437", "437", "csPC8CodePage437"),
"IBM866" -> Set("cp866", "866", "csIBM866"),
"Shift_JIS" -> Set("Shift-JIS", "ShiftJIS", "S-JIS", "S_JIS", "SJIS", "PCK", "csShiftJIS"),
"Big5" -> Set("csBig5"),
"EUC-KR" -> Set("EUCKR", "EUC_KR", "csEUCKR", "korean", "iso-ir-149"),
)
}

0 comments on commit 5832a81

Please sign in to comment.