Skip to content

Commit

Permalink
Merge pull request #271 from JobanSD/patch-1
Browse files Browse the repository at this point in the history
Correct BinHex 4.0 alphabet according to specifications
  • Loading branch information
marshallpierce committed Apr 30, 2024
2 parents bf15ccf + 838355e commit 64cca59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alphabet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub const IMAP_MUTF7: Alphabet = Alphabet::from_str_unchecked(
///
/// See [BinHex 4.0 Definition](http://files.stairways.com/other/binhex-40-specs-info.txt)
pub const BIN_HEX: Alphabet = Alphabet::from_str_unchecked(
"!\"#$%&'()*+,-0123456789@ABCDEFGHIJKLMNPQRSTUVXYZ[`abcdehijklmpqr",
"!\"#$%&'()*+,-012345689@ABCDEFGHIJKLMNPQRSTUVXYZ[`abcdefhijklmpqr",
);

#[cfg(test)]
Expand Down

0 comments on commit 64cca59

Please sign in to comment.