Skip to content

Commit 64cca59

Browse files
Merge pull request #271 from JobanSD/patch-1
Correct BinHex 4.0 alphabet according to specifications
2 parents bf15ccf + 838355e commit 64cca59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alphabet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub const IMAP_MUTF7: Alphabet = Alphabet::from_str_unchecked(
202202
///
203203
/// See [BinHex 4.0 Definition](http://files.stairways.com/other/binhex-40-specs-info.txt)
204204
pub const BIN_HEX: Alphabet = Alphabet::from_str_unchecked(
205-
"!\"#$%&'()*+,-0123456789@ABCDEFGHIJKLMNPQRSTUVXYZ[`abcdehijklmpqr",
205+
"!\"#$%&'()*+,-012345689@ABCDEFGHIJKLMNPQRSTUVXYZ[`abcdefhijklmpqr",
206206
);
207207

208208
#[cfg(test)]

0 commit comments

Comments
 (0)