Skip to content

Commit

Permalink
add some read kwg-prob alphabets
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Jun 19, 2024
1 parent 79c4a07 commit e8474ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main_read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1606,6 +1606,21 @@ input/output files can be \"-\" (not advisable for binary files)"
|| do_lang(&args, "slovene", alphabet::make_slovene_alphabet)?
|| do_lang(&args, "spanish", alphabet::make_spanish_alphabet)?
|| do_lang(&args, "decimal", alphabet::make_decimal_alphabet)?
|| do_lang(
&args,
"super-english",
alphabet::make_super_english_alphabet,
)?
|| do_lang(
&args,
"super-catalan",
alphabet::make_super_catalan_alphabet,
)?
|| do_lang(
&args,
"hong-kong-english",
alphabet::make_hong_kong_english_alphabet,
)?
{
} else if args[1] == "klv-kwg-extract" {
let klv_bytes = &read_to_end(&mut make_reader(&args[2])?)?;
Expand Down

0 comments on commit e8474ac

Please sign in to comment.